-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1021 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
41
42
{
"name": "spa",
"version": "1.0.0",
"description": "a spa for pool.hycon.io",
"main": "app.ts",
"scripts": {
"start": "./node_modules/.bin/pm2 start dist/app.js",
"build": "./node_modules/.bin/tsc && cd client && ./node_modules/.bin/vue-cli-service build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tw7613781/PoolPage.git"
},
"keywords": [
"spa",
"vue.js",
"mongodb",
"express"
],
"author": "Max Tang",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/tw7613781/PoolPage/issues"
},
"homepage": "https://github.com/tw7613781/PoolPage#readme",
"devDependencies": {
"nodemon": "^1.19.4",
"pm2": "^4.2.1",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "^3.6.4"
},
"dependencies": {
"@types/express": "^4.17.1",
"@types/mongodb": "^3.3.11",
"express": "^4.17.1",
"log4js": "^6.1.0",
"moment": "^2.24.0",
"mongodb": "^3.3.5",
"request": "^2.88.0"
}
}