-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.33 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.33 KB
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
{
"name": "foodapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "docker-compose up -d",
"stop": "docker-compose stop",
"clean": "docker-compose down --rmi local",
"nodemon": "nodemon index.js",
"front/start": "webpack-dev-server",
"front/build-dist": "webpack"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"classnames": "^2.2.5",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.22.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-hot-loader": "^3.0.0-beta.2",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"sealious": "git://github.com/sealcode/sealious.git#flow2code-fixes",
"sealious-channel-rest": "git://github.com/sealcode/sealious-channel-rest.git#subjects",
"sealious-www-server": "git://github.com/sealcode/sealious-www-server.git#references",
"valid-url": "^1.0.9",
"webpack": "^1.13.1",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"css-loader": "^0.23.1",
"style-loader": "^0.13.1",
"webpack-dev-server": "^1.14.1",
"nodemon": "^1.10.0",
"watchify": "^3.7.0"
}
}