-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.91 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "Pizza-King",
"version": "0.5.0",
"description": "A react / redux starter project.",
"engines": {
"node": "4.x"
},
"scripts": {
"build": "NODE_ENV=production webpack -p",
"dev": "webpack-dev-server --hot --progress",
"start": "node server.js",
"clean": "rimraf dist",
"lint": "node_modules/.bin/eslint ./src ",
"test": "mocha --opts ./mocha.opts",
"test:watch": "mocha --opts ./tests/mocha.opts --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewdamelio/pizza-king"
},
"homepage": "https://github.com/andrewdamelio/pizza-king#readme",
"dependencies": {
"babel": "5.5.8",
"babel-core": "5.6.18",
"babel-eslint": "4.1.3",
"babel-loader": "5.1.4",
"basecss": "0.3.2",
"basscss": "7.0.4",
"chai": "3.3.0",
"css-loader": "0.19.0",
"cssnext-loader": "1.0.1",
"eslint": "1.5.1",
"eslint-loader": "1.0.0",
"eslint-plugin-react": "3.4.2",
"express": "4.13.3",
"file-loader": "0.8.4",
"history": "1.13.1",
"immutable": "^3.7.5",
"jsdom": "6.5.1",
"mocha": "2.3.3",
"node-libs-browser": "0.5.2",
"node-sass": "3.3.3",
"nodemon": "1.8.1",
"postcss-loader": "0.8.0",
"radium": "0.14.1",
"react": "0.14.3",
"react-dom": "0.14.3",
"react-hot-loader": "1.3.0",
"react-redux": "2.0.0",
"react-router": "1.0.0",
"redux": "2.0.0",
"redux-actions": "0.8.0",
"redux-devtools": "2.1.2",
"redux-logger": "1.0.9",
"redux-router": "1.0.0-beta3",
"redux-thunk": "0.1.0",
"rimraf": "2.3.4",
"sass-loader": "2.0.1",
"socket.io": "1.3.7",
"socket.io-client": "1.3.7",
"source-map-loader": "0.1.5",
"style-loader": "0.12.4",
"url-loader": "0.5.6",
"webpack": "1.12.9",
"webpack-dev-middleware": "1.4.0",
"webpack-dev-server": "1.14.0",
"webpack-hot-middleware": "2.6.0",
"winston": "2.1.1"
}
}