-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.61 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "sakanaa.moe",
"version": "1.0.0",
"description": "my website :)",
"main": "index.js",
"type": "module",
"scripts": {
"clean": "gulp clean",
"build": "gulp build",
"prestart": "npm run build",
"start": "node dist/server/server.js",
"dev": "gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fisch03/sakanaa.moe.git"
},
"author": "sakanaa",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fisch03/sakanaa.moe/issues"
},
"homepage": "https://github.com/Fisch03/sakanaa.moe#readme",
"dependencies": {
"better-sqlite3": "^8.5.0",
"compression": "^1.7.4",
"del": "^7.0.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"node-fetch": "^3.3.0",
"spotify-web-api-node": "^5.0.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"@types/compression": "^1.7.2",
"@types/del": "^4.0.0",
"@types/express": "^4.17.16",
"@types/gulp": "^4.0.10",
"@types/gulp-minify": "^3.1.1",
"@types/node": "^18.16.20",
"@types/spotify-web-api-node": "^5.0.7",
"browser-sync": "^2.27.11",
"copyfiles": "^2.4.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-exec": "^5.0.0",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^8.0.0",
"gulp-live-server": "^0.0.31",
"gulp-minify": "^3.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-typescript": "^6.0.0-alpha.1",
"http-proxy-middleware": "^2.0.6",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"url": "^0.11.0"
}
}