-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 871 Bytes
/
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
{
"name": "egitor",
"version": "0.1.0",
"description": "",
"main": "index.js",
"dependencies": {
"lodash": "^4.17.10",
"mobx": "4.2.0",
"mobx-react": "5.0.0",
"react": "16.2.0",
"react-dom": "16.12.0",
"styled-components": "2.2.3"
},
"devDependencies": {
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"awesome-typescript-loader": "5.0.0",
"dotenv": "5.0.1",
"react-hot-loader": "3.1.1",
"git-revision-webpack-plugin": "2.5.1",
"html-webpack-plugin": "3.2.0",
"typescript": "2.8.3",
"url-loader": "0.6.2",
"webpack": "4.6.0",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "3.9.0",
"webpack-merge": "4.1.2"
},
"scripts": {
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "hackape",
"license": "MIT"
}