-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "collatz_visualization",
"version": "1.0.0",
"description": "",
"main": "app/index.html",
"scripts": {
"postinstall": "cd app && yarn install && gulp deploy",
"start": "node server.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ishi720/collatz_visualization.git"
},
"author": "ishi720",
"license": "MIT",
"bugs": {
"url": "https://github.com/ishi720/collatz_visualization/issues"
},
"homepage": "https://github.com/ishi720/collatz_visualization#readme",
"dependencies": {
"@types/node": "^20.10.5",
"browser-sync": "2.x.x",
"eslint": "8.x.x",
"express": "4.x.x",
"gulp": "4.x.x",
"gulp-clean-css": "4.x.x",
"gulp-plumber": "1.x.x",
"gulp-rename": "2.x.x",
"gulp-sass": "5.x.x",
"gulp-sourcemaps": "3.x.x",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "3.x.x",
"gulp-watch": "5.x.x",
"rename": "1.x.x",
"sass": "1.x.x",
"typescript": "^5.3.3"
},
"devDependencies": {
"jest": "29.x.x"
}
}