-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 885 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": "authorwatch-react",
"version": "0.0.0",
"description": "authorwatch demo",
"main": "gulpfile.js",
"scripts": {
"start": "webpack-dev-server --config config/webpack.config.js --progress --colors --inline",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:kevinold/authorwatch-react.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^1.3.6",
"gulp-less": "^1.3.3",
"gulp-watch": "^0.6.9",
"gulp-webserver": "^0.4.0",
"webpack": "^1.8.11",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"babel-core": "^5.2.15",
"babel-loader": "^5.0.0",
"classnames": "^2.1.0",
"flux": "^2.0.3",
"immutable": "^3.7.2",
"react": "^0.13.2",
"react-hot-loader": "^1.2.6",
"react-tools": "^0.13.2"
}
}