-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.43 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
{
"name": "b12j_front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.6.0",
"axios": "^0.21.1",
"dayjs": "^1.10.6",
"firebase": "^9.8.2",
"joi": "^17.4.2",
"jwt-decode": "^3.1.2",
"prettier": "^2.3.2",
"quill": "^1.3.7",
"react": "^17.0.2",
"react-ace": "^9.4.1",
"react-awesome-reveal": "^3.8.1",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^5.0.3",
"react-quilljs": "^1.2.15",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1",
"reconnecting-websocket": "^4.4.0",
"reselect": "^4.0.0",
"update": "^0.7.4",
"validator": "^13.6.0"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts 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": {
"source-map-explorer": "^2.5.2"
},
"prettier": {
"printWidth": 120,
"tabWidth": 3
},
"engines": {
"node": "16.15.0"
},
"engineStrict": true
}