-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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": "pikachuapp",
"version": "1.0.0",
"description": "Pokemon web app",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nikson69/PikachuApp.git"
},
"author": "Nikson69",
"bugs": {
"url": "https://github.com/Nikson69/PikachuApp/issues"
},
"homepage": "https://github.com/Nikson69/PikachuApp#readme",
"keywords": [
"react",
"reactjs",
"boilerplate",
"mobx",
"starter-kit"
],
"license": "MIT",
"devDependencies": {
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"css-loader": "^4.2.1",
"style-loader": "^1.2.1",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.72.0",
"webpack-dev-server": "3.11.0"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"antd": "^4.5.4",
"mobx": "^5.15.6",
"mobx-react": "^6.2.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
}
}