-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 835 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
{
"name": "swiss-railroad-watch-css",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --config ./webpack.config.dev.babel.js",
"build": "webpack --config ./webpack.config.build.babel.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"babel-polyfill": "6.26.0",
"prop-types": "15.6.1",
"react": "16.3.2",
"react-dom": "16.4.0",
"styled-components": "3.3.0"
},
"devDependencies": {
"babel-loader": "7.1.4",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"html-webpack-plugin": "3.2.0",
"webpack": "4.8.3",
"webpack-cli": "2.1.4",
"webpack-dev-server": "3.1.4"
}
}