-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
40 lines (40 loc) · 935 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
38
39
40
{
"name": "satania.moe",
"description": ">:3",
"private": true,
"author": "Pizzacus",
"version": "6.6.6",
"repository": "https://github.com/Pizzacus/satania.moe",
"homepage": "https://satania.moe",
"scripts": {
"build": "gulp build",
"serve": "gulp serve"
},
"dependencies": {
"@babel/polyfill": "^7.10.1",
"@fluent/langneg": "^0.4.0",
"howler": "^2.2.0",
"js-yaml": "^3.14.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"autoprefixer": "^9.8.0",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"node-sass": "^4.14.1",
"through2": "^3.0.1",
"webpack-stream": "^5.2.1"
}
}