-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 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
{
"name": "rio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack",
"start-dev": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.5",
"@types/react-highlight-words": "^0.16.1",
"@types/react-router-dom": "^5.1.3",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@ant-design/colors": "^4.0.0",
"antd": "^4.0.4",
"history": "^4.10.1",
"mobx": "^5.15.4",
"mobx-react": "^6.1.8",
"mobx-react-lite": "^1.5.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-highlight-words": "^0.16.0",
"react-hot-loader": "^4.12.20",
"react-router-dom": "^5.1.2"
}
}