-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1005 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": "babel-upgrade-online",
"version": "0.0.0",
"main": "dist/upgradeOnline.js",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --config ./webpack/webpack.config.dev.js",
"build": "webpack --config webpack/webpack.config.prod.js"
},
"dependencies": {
"babel-upgrade": "^0.0.24",
"codemirror": "^5.40.2",
"json-format": "^1.0.1",
"react": "^16.5.2",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.5.2",
"sort-keys": "^2.0.0",
"styled-components": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"react-hot-loader": "^4.3.11",
"style-loader": "^0.23.1",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.11",
"webpack-merge": "^4.1.4"
}
}