-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 948 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
{
"name": "effy.is",
"version": "1.0.0",
"description": "Effy Elden is online",
"scripts": {
"start": "webpack-dashboard -- webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors",
"build": "webpack --config webpack-production.config.js --progress --colors",
"pull": "python3 pull.py"
},
"license": "MIT",
"dependencies": {
"classnames": "^2.2.6",
"create-react-class": "^15.6.3",
"react": "^16.10.1",
"react-dom": "^16.9.0",
"react-emoji-render": "^1.0.0",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"html-webpack-plugin": "^3.2.0",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^3.8.1",
"webpack-dashboard": "^3.1.0",
"webpack-dev-server": "^3.8.0"
}
}