-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 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
{
"main": "src/app/index.tsx",
"private": true,
"devDependencies": {
"@types/react": "16.1.0",
"@types/react-dom": "^16.0.4",
"@types/webpack": "^4.1.3",
"awesome-typescript-loader": "^5.0.0-1",
"babel-core": "^6.26.0",
"babel-plugin-emotion": "^9.1.0",
"compression": "^1.7.2",
"copy-webpack-plugin": "^4.5.1",
"html-webpack-plugin": "^3.1.0",
"serve": "^6.5.3",
"typescript": "^2.8.1",
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.5",
"@fortawesome/fontawesome-free-solid": "^5.0.9",
"@fortawesome/react-fontawesome": "0.0.18",
"clean-element": "^1.0.0",
"clean-tag": "^1.0.4",
"emotion": "^9.1.0",
"emotion-theming": "^9.0.0",
"luxon": "^1.0.0",
"mobx": "^4.1.1",
"mobx-react": "^5.0.0",
"mobx-react-devtools": "^5.0.1",
"mobx-utils": "^4.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-emotion": "^9.1.0",
"styled-system": "^2.2.1"
}
}