forked from TeamEevee/bistroka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1007 Bytes
/
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
{
"name": "bistroka",
"version": "1.0.0",
"description": "Restaurant POS",
"main": "index.jsx",
"scripts": {
"dev-server": "nodemon src/server/server.js",
"start": "parcel index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamEevee/bistroka.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TeamEevee/bistroka/issues"
},
"homepage": "https://github.com/TeamEevee/bistroka#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"nodemon": "^1.18.7",
"pg-promise": "^8.5.2",
"parcel": "^1.10.3",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.18.6",
"parcel-bundler": "^1.6.1"
}
}