-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.2 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "YARR",
"version": "1.0.0",
"description": "Yet another React rater",
"main": "app/app.js",
"author": "George Papadakis",
"scripts": {
"start": "node server/server.js",
"deploy": "webpack -p --config webpack.production.config.js --json > stats.json",
"watch": "webpack --watch"
},
"keywords": [
"react",
"webpack"
],
"license": "MIT",
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.7.4",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.12",
"classnames": "^2.1.3",
"css-loader": "^0.15.5",
"cssnext-loader": "^1.0.1",
"express": "^4.13.1",
"extract-text-webpack-plugin": "^0.8.2",
"html-webpack-plugin": "^1.6.0",
"http-proxy": "^1.11.1",
"lodash": "^3.10.1",
"node-libs-browser": "^0.5.2",
"open": "0.0.5",
"react": "^0.13.3",
"react-hot-loader": "^1.2.8",
"react-redux": "^0.2.2",
"redux": "^1.0.0-rc",
"redux-thunk": "^0.1.0",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"repository": {
"type": "git",
"url": "not yet"
},
"dependencies": {
"redux": "^1.0.0-rc"
}
}