-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
{
"name": "webshop",
"version": "0.1.5",
"description": "The restaurant website.",
"author": "Horia Coman <[email protected]>",
"scripts": {
"build": "webpack",
"serve": "node src/server/index.js",
"test": "true",
"test-travis": "true"
},
"respository": {
"type": "git",
"url": "git+https://github.com/ocelot-saas/webshop.git"
},
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/ocelot-saas/webshop/issues"
},
"homepage": "https://github.com/ocelot-saas/webshop#readme",
"files": [
"dist",
"src",
"Procfile",
"webpack.config.js"
],
"dependencies": {
"babel-runtime": "^6.11.6",
"bootstrap": "^3.3.7",
"express": "^4.14.0",
"font-awesome": "^4.6.3",
"inventory-sdk-js": "^0.5.0",
"mustache": "^2.2.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"redux": "^3.6.0",
"redux-actions": "^0.12.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.4"
}
}