-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 948 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 948 Bytes
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
{
"name": "react-component-builder",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "babel-node server.js",
"compile": "rm -rf ./dist && webpack --config ./config/webpack.dist.babel.js"
},
"dependencies": {
"autoprefixer": "^6.5.3",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.16.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.25.0",
"elm": "^0.18.0",
"elm-hot-loader": "^0.4.1",
"elm-webpack-loader": "^3.0.6",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"immutable": "^3.8.1",
"normalize.css": "^5.0.0",
"numeral": "^1.5.3",
"postcss-loader": "^1.1.1",
"postcss-nested": "^1.0.0",
"prismjs": "^1.5.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^2.0.0-beta"
}
}