-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.4 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
{
"name": "story-forger",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "cd client && vue-cli-service serve main.ts",
"build": "cd client && vue-cli-service build main.ts",
"lint": "eslint . --fix --ext=.ts,.vue",
"start": "ts-node api/index.ts",
"dev": "nodemon api/index.ts -e js,ts,json"
},
"dependencies": {
"aws-sdk": "^2.1266.0",
"connect-mongo": "^4.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"http": "^0.0.1-security",
"moment": "^2.29.4",
"mongoose": "^6.7.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"ts-node": "^10.9.1",
"v-easy-dialog": "^1.0.6",
"vue": "^2.7.13",
"vue-router": "^3.6.5",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@types/express-session": "^1.17.5",
"@types/morgan": "^1.9.3",
"@types/multer": "^1.4.7",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@vue/cli-service": "^5.0.8",
"@vue/runtime-dom": "^3.2.45",
"eslint": "^8.29.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.8.0",
"node-sass": "^8.0.0",
"nodemon": "^2.0.20",
"sass-loader": "^13.2.0",
"typescript": "^4.9.3",
"vue-eslint-parser": "^9.1.0"
}
}