-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.64 KB
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
{
"name": "playlist",
"version": "1.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.3",
"@mui/material": "^5.2.8",
"@sentry/browser": "^6.3.5",
"@types/jest": "23.3.10",
"@types/jsonwebtoken": "^8.3.2",
"@types/material-ui": "^0.21.7",
"@types/node": "10.12.12",
"@types/react": "^16.9.17",
"@types/react-dom": "16.0.11",
"@types/vkbeautify": "^0.99.2",
"env-cmd": "^10.1.0",
"jsonwebtoken": "^8.5.1",
"query-string": "^6.8.1",
"react": "^17.0.2",
"react-checkbox-tree": "^1.7.2",
"react-dom": "^17.0.2",
"react-dropzone": "^10.2.1",
"react-scripts": "^3.4.1",
"serve": "^11.3.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"tslint-react": "^3.6.0",
"typescript": "3.8.3",
"typescript-collections": "^1.3.3",
"vkbeautify": "^0.99.3",
"xml-js": "^1.6.11"
},
"scripts": {
"start": "env-cmd -f .env.local react-scripts start",
"build:dev": "env-cmd -f .env.development react-scripts build",
"build:prod": "env-cmd -f .env.production react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "npm run build:dev && wrangler deploy",
"preview": "npm run build:dev && wrangler dev"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/lodash": "^4.14.168",
"webpack-manifest-plugin": "^2.0.4",
"wrangler": "^4.88.0"
}
}