-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (48 loc) · 1.31 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
{
"name": "Culinarian",
"version": "0.0.0",
"description": "website Culinarian",
"scripts": {
"start": "node server.js",
"test": "cross-env NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/reactjs/redux.git"
},
"private": true,
"license": "Copyright",
"bugs": {
"url": "http://www.culinarian.me"
},
"homepage": "http://www.culinarian.me",
"dependencies": {
"react" : "^15.2.1",
"redux": "^3.2.1",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.9.1",
"express": "^4.13.3",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"babel-register": "^6.3.13",
"babel-polyfill": "^6.3.14",
"react-redux": "^4.2.1",
"react-router": "^2.4.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0 ",
"raw-loader": "^0.5.1",
"css-loader": "^0.23.1",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"dotenv":"^2.0.0",
"style-loader": "^0.12.3",
"sass-loader":"^4.0.0",
"node-sass":"^3.8.0",
"opn" : "*"
}
}