-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "silicon",
"version": "0.0.0",
"description": "LavaDesu's personal website (https://lava.moe)",
"author": "LavaDesu <me@lava.moe> (https://lava.moe)",
"license": "MIT",
"private": true,
"main": "index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LavaDesu/Silicon.git"
},
"bugs": {
"url": "https://github.com/LavaDesu/Silicon/issues"
},
"homepage": "https://lava.moe",
"scripts": {
"build": "gulp",
"deploy": "gulp deploy",
"lint": "eslint -c .eslintrc.json --ext .js src",
"watch": "gulp && gulp watch"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.10.3",
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prefer-arrow": "^1.2.1",
"eslint-plugin-unicorn": "^19.0.1",
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0-beta.2",
"gulp-clean": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-postcss": "^8.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"readable-stream": "^3.6.0"
}
}