-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.28 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
76
77
78
79
80
81
82
{
"name": "kbit",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@ant-design/icons-svg": "^4.1.0",
"@craco/craco": "^6.1.1",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/resize-observer-browser": "^0.1.5",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.22.0",
"howler": "^2.2.1",
"i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-http-backend": "^1.1.0",
"luxon": "^1.26.0",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.0",
"react-i18next": "^11.8.6",
"react-popper": "^2.2.4",
"react-popper-tooltip": "^4.1.0",
"react-redux": "^7.2.2",
"react-scripts": "4.0.2",
"react-use-gesture": "^9.0.4",
"react-vis": "^1.11.7",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"sass": "^1.32.6",
"typesafe-actions": "^5.1.0",
"typescript": "^4.1.3",
"use-animation-frame": "^0.1.0",
"use-breakpoint": "^1.1.5",
"web-vitals": "^1.0.1",
"webpack-bundle-analyzer": "^4.4.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"optimize": "gzip -kr build/static",
"full-build": "NODE_ENV=production npm run build; npm run optimize",
"deploy": "sudo -u www-data ./deploy.sh",
"full-deploy": "npm run full-build && sudo -u www-data ./deploy.sh",
"test": "craco test",
"eject": "craco eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/howler": "^2.2.1",
"@types/luxon": "^1.26.0",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.16",
"@types/react-vis": "^1.11.6",
"eslint": "^7.19.0",
"eslint-plugin-jsdoc": "^31.6.1"
}
}