-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "leave_system",
"version": "1.0.0",
"description": "這是一個 簡單的請假系統小專案 利用了 Node + React + Mysql + Firebase",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/memory140662/node-react-mysql-firebase.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/memory140662/node-react-mysql-firebase/issues"
},
"homepage": "https://github.com/memory140662/node-react-mysql-firebase#readme",
"scripts": {
"start": "node ./bin/www & webpack -p",
"watch": "webpack --watch",
"dev": "node ./bin/www"
},
"dependencies": {
"axios": "^0.16.1",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"firebase": "^4.0.0",
"history": "^4.6.1",
"jsonwebtoken": "^7.4.1",
"morgan": "~1.8.1",
"mysql": "^2.13.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"webpack": "^2.6.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}