-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.22 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
{
"name": "chess-platform",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "11.5.0",
"@emotion/styled": "11.3.0",
"@faker-js/faker": "7.3.0",
"@mui/icons-material": "5.2.5",
"@mui/material": "5.2.6",
"@mui/styles": "5.2.3",
"@nlpjs/core": "4.23.4",
"@nlpjs/lang-en-min": "4.23.4",
"@nlpjs/nlp": "4.23.5",
"classnames": "2.3.1",
"ethers": "5.5.3",
"history": "5.3.0",
"mobx": "6.5.0",
"mobx-react": "7.3.0",
"react": "17.0.2",
"react-declarative": "1.9.110",
"react-dom": "17.0.2",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"@types/uuid": "8.3.4",
"react-scripts": "4.0.3",
"typescript": "4.5.2"
},
"scripts": {
"start": "REACT_APP_STAGE=dev react-scripts start",
"start:win": "set REACT_APP_STAGE=dev && react-scripts start",
"build": "react-scripts build"
},
"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"
]
}
}