-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 862 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
{
"name": "hacker-routing",
"main": "src/index.html",
"private": true,
"devDependencies": {
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-solid": "^5.0.8",
"@fortawesome/react-fontawesome": "0.0.17",
"babel-runtime": "^6.26.0",
"emotion": "^9.0.2",
"emotion-theming": "^9.0.0",
"mobx": "^4.0.0",
"mobx-react": "^5.0.0",
"mobx-utils": "^4.0.0",
"npm": "^5.7.1",
"nprogress": "^0.2.0",
"parcel-bundler": "^1.6.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-emotion": "^9.0.2",
"router5": "^5.8.3",
"serializr": "^1.1.14",
"styled-system": "^2.2.1",
"tslib": "^1.9.0",
"typescript": "^2.7.2"
},
"scripts": {
"start": "parcel src/index.html"
}
}