-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 914 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
{
"name": "react-prototype",
"version": "0.0.1",
"description": "simple prototyping project template",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/webpack-dev-server --config server.config.js --colors --port 9000",
"build": "node_modules/.bin/webpack --config build.config.js --colors"
},
"keywords": [
"webpack",
"react",
"prototype"
],
"author": "Alexis Georges <[email protected]>",
"dependencies": {
"baconjs": "^0.7.20",
"css-loader": "^0.7.1",
"d3": "^3.4.11",
"flexboxgrid": "^3.0.1",
"jquery": "^2.1.1",
"json-loader": "^0.5.1",
"jsx-loader": "^0.11.0",
"less": "^1.7.4",
"less-loader": "^0.7.7",
"lodash": "^2.4.1",
"react": "^0.11.1",
"react-bacon": "0.0.4",
"react-router": "^0.5.2",
"style-loader": "^0.6.5",
"webpack": "^1.3.3-beta1",
"webpack-dev-server": "^1.4.10"
}
}