-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1015 Bytes
/
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
{
"name": "epfl-ada-story",
"private": true,
"version": "0.0.0",
"description": "",
"main": "",
"types": "",
"scripts": {
"clean": "rm -rf ./docs/*;",
"build": "npm run clean; gulp;",
"start": "http-server ./docs/",
"deploy": "sh ./scripts/deploy.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/node": "^10.14.6",
"browserify": "^16.2.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^3.10.0",
"gulp-htmlmin": "^4.0.0",
"gulp-javascript-obfuscator": "^1.1.6",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"http-server": "^0.11.1",
"minify-html": "0.0.2",
"tsify": "^4.0.1",
"typescript": "^2.9.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}