-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "cra-new-tpl",
"version": "0.1.0",
"private": true,
"dependencies": {
"express": "^4.18.1",
"font-spider-walker-strengthen": "^1.0.5",
"history": "5.3.0",
"lemon-scripts": "0.0.11",
"mobx": "6.5.0",
"mobx-react-lite": "^3.4.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "lemon-scripts start",
"build": "lemon-scripts build",
"analyze": "lemon-scripts build --analyze",
"build:multiPage": "lemon-scripts build --multiPage",
"fsw": "node fsw"
},
"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/jest": "^27.5.1",
"@types/node": "^17.0.34",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"thread-loader": "^3.0.4",
"typescript": "^4.6.4",
"vconsole": "^3.14.6"
}
}