-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.19 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.6",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/apollo-upload-client": "^14.1.0",
"@types/chart.js": "^2.9.29",
"@types/croppie": "^2.5.5",
"@types/jest": "^24.9.1",
"@types/node": "^12.19.9",
"@types/react": "^16.14.2",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^16.9.10",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.6",
"@types/socket.io-client": "^1.4.34",
"apollo-upload-client": "^14.1.3",
"chart.js": "^2.9.4",
"croppie": "^2.6.5",
"dayjs": "^1.9.7",
"graphql": "^15.4.0",
"html2canvas": "^1.0.0-rc.7",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-http-backend": "^1.0.21",
"react": "^16.14.0",
"react-color": "^2.19.3",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.4",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-transition-group": "^4.4.1",
"rxjs": "^6.6.3",
"simplebar-react": "^2.3.0",
"socket.io-client": "^2.3.1",
"typescript": "^3.9.7"
},
"scripts": {
"start": "npm run watch:css && react-scripts start",
"build": "GENERATE_SOURCEMAP=false npm run build:css && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:css": "NODE_ENV=production postcss src/tailwind/in.css -o src/tailwind/out.css",
"watch:css": "postcss src/tailwind/in.css -o src/tailwind/out.css",
"exp": "npm run watch:css && npx react-cosmos"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"postcss-cli": "^7.1.2",
"react-is": "^16.13.1",
"tailwindcss": "^1.9.6"
}
}