-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.66 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.66 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "bootspace",
"version": "0.1.1",
"private": true,
"dependencies": {
"@ant-design/charts": "^1.2.4",
"@ant-design/icons": "^4.6.2",
"@octokit/rest": "^18.6.7",
"@testing-library/dom": "^8.12.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^14.0.4",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.19",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.13",
"@types/react-redux": "^7.1.23",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"animate.css": "^4.1.0",
"antd": "4.19.5",
"craco-less": "^1.20.0",
"dayjs": "^1.11.0",
"dotenv": "^16.0.0",
"firebase": "^9.6.10",
"react": "^17.0.2",
"react-countup": "^6.1.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.2",
"react-router": "^6.2.2",
"react-router-dom": "^6.2.2",
"react-scripts": "4.0.3",
"react-twitter-embed": "^4.0.4",
"redux": "^4.0.5",
"source-map-explorer": "^2.5.0",
"typescript": "^4.6.2",
"web-vitals": "^2.1.0",
"workbox-background-sync": "^6.5.1",
"workbox-broadcast-update": "^7.3.0",
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^6.5.2",
"workbox-expiration": "^7.3.0",
"workbox-google-analytics": "^7.3.0",
"workbox-navigation-preload": "^6.5.1",
"workbox-precaching": "^6.5.1",
"workbox-range-requests": "^6.5.1",
"workbox-routing": "^6.4.1",
"workbox-strategies": "^6.5.2",
"workbox-streams": "^6.5.2"
},
"devDependencies": {
"@craco/craco": "^6.2.0",
"brunch": "^4.0.0",
"eslint": "^7.11.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"firebase-tools": "14.12.1",
"first-input-delay": "^0.1.3",
"onchange": "^7.1.0",
"prettier": "^2.8.4",
"source-map-explorer": "^2.5.0",
"terser-brunch": "^4.1.0"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"deploy": "./scripts/deploy.sh",
"deployTest": "./scripts/deploy_test.sh",
"eject": "react-scripts eject",
"lint": "eslint \"src/**\"",
"knit": "./scripts/build.sh",
"craco-build-internal": "craco build",
"start": "craco start",
"test": "craco test"
},
"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"
]
}
}