forked from maneeshanand/react-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.12 KB
/
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
36
{
"name": "react-boilerplate",
"version": "1.0.0",
"description": "React-flux boilerplate",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --content-base ./ --inline --hot --no-info --port 3001"
},
"author": "Maneesh Anand [email protected]",
"license": "ISC",
"dependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.5.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"config": "^1.14.0",
"flux": "^2.1.1",
"fluxxed_up": "git+https://github.com/BJK/fluxxed_up#dev",
"history": "^2.0.0",
"invariant": "^2.2.0",
"keymirror": "^0.1.1",
"object-assign": "^4.0.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.0",
"superagent": "^1.8.0-beta.2",
"variant": "0.0.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}