-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
60 lines (60 loc) · 1.52 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
{
"name": "app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"watch": "gulp watch",
"tsc": "tsc",
"dev": "npm-run-all -p -r start watch",
"static": "gulp static"
},
"dependencies": {
"@types/express": "~4.17.21",
"@types/howler": "~2.2.11",
"@types/json-diff": "~1.0.3",
"@types/stats-lite": "~2.2.2",
"browserify-breakdown": "~1.0.4",
"cookie-parser": "~1.4.6",
"debug": "~4.3.4",
"express": "~4.18.3",
"gulp-clean-css": "~4.3.0",
"gulp-concat": "~2.6.1",
"gulp-uglify": "~3.0.2",
"hotkeys-js": "~3.13.7",
"howler": "~2.2.4",
"http-errors": "~2.0.0",
"json-diff": "~1.0.6",
"json-sass": "~1.3.5",
"konva": "~9.3.6",
"morgan": "~1.10.0",
"node-compass": "0.2.4",
"pug": "~3.0.2",
"stats-lite": "~2.2.0",
"ts-assert-exists": "~1.0.5",
"tslib": "~2.6.2",
"vinyl-buffer": "~1.0.1"
},
"devDependencies": {
"browser-sync": "~3.0.2",
"browserify": "~17.0.0",
"fancy-log": "~2.0.0",
"gulp": "~4.0.2",
"gulp-clean": "~0.4.0",
"gulp-livereload": "~4.0.2",
"gulp-pug": "^5.0.0",
"gulp-sass": "~5.1.0",
"gulp-sourcemaps": "~3.0.0",
"gulp-typescript": "~6.0.0-alpha.1",
"gulp-util": "~3.0.8",
"gulp-wait": "0.0.2",
"nodemon": "~3.1.0",
"npm-run-all": "~4.1.5",
"sass": "~1.72.0",
"tsify": "~5.0.4",
"typescript": "~5.4.2",
"vinyl-source-stream": "~2.0.0",
"watchify": "~4.0.0",
"webpack-bundle-size-analyzer": "~3.1.0"
}
}