-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vine-helper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --verbose",
"dev": "NODE_ENV=development webpack --watch",
"build": "NODE_ENV=production webpack"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@types/chrome": "^0.0.193",
"@types/dedent": "^0.7.0",
"@types/jest": "^28.1.6",
"@types/lodash": "^4.14.184",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"css-loader": "^6.7.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jsdom": "^20.0.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"ts-jest": "^28.0.6",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"typescript-plugin-css-modules": "^3.4.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2",
"webpack-hot-middleware": "^2.25.1"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.0.1",
"@uiw/codemirror-theme-dracula": "^4.11.4",
"@uiw/react-codemirror": "^4.11.4",
"codemirror": "^6.0.1",
"cross-env": "^7.0.3",
"endent": "^2.1.0",
"eslint": "^8.18.0",
"install": "^0.13.0",
"lodash": "^4.17.21",
"npm": "^8.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"uuid": "^8.3.2"
}
}