-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 970 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
{
"name": "ch-js-site",
"version": "1.0.0",
"description": "Template to quickly initialize personal web projects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notSagyo/ch-js-site.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/notSagyo/ch-js-site/issues"
},
"homepage": "https://github.com/notSagyo/ch-js-site#readme",
"devDependencies": {
"cssnano": "^5.0.15",
"eslint": "^8.8.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-purgecss": "^4.1.3",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"lost": "^8.3.1",
"postcss": "^8.4.5",
"postcss-preset-env": "^7.2.3",
"sass": "^1.48.0",
"stylelint": "^14.2.0",
"stylelint-config-lost": "^0.0.3",
"stylelint-config-standard-scss": "^3.0.0"
}
}