-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "music-diary",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "set \"NODE_ENV=development\" && nodemon",
"start": "set \"NODE_ENV=production\" && ts-node --transpile-only server.ts",
"build": "cd frontend && npm install && npm run build-only"
},
"dependencies": {
"body-parser": "~1.20.2",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0",
"debug": "~2.6.9",
"dotenv": "^16.0.1",
"express": "~4.15.5",
"morgan": "~1.9.0",
"openai": "^4.20.1",
"spotify-web-api-node": "^2.5.0",
"ts-node": "^10.7.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/node": "^17.0.21",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"sass-loader": "^13.0.2",
"typescript": "~4.7.4",
"vite": "^3.0.1",
"vue-tsc": "^0.38.8"
},
"engines": {
"node": "18.12.1"
}
}