-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.12 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": "neko.css",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"build": "gulp build",
"dev": "gulp dev",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neko-dev/neko.css.git"
},
"author": "neko-dev",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/neko-dev/neko.css/issues"
},
"homepage": "https://github.com/neko-dev/neko.css#readme",
"devDependencies": {
"@types/autoprefixer": "^6.7.1",
"@types/gulp": "^4.0.2",
"@types/gulp-gzip": "0.0.30",
"@types/gulp-rename": "^0.0.32",
"@types/gulp-sass": "^0.0.30",
"autoprefixer": "^6.7.7",
"cssnano": "^3.10.0",
"cz-conventional-changelog": "^2.0.0",
"gulp": "^3.9.1",
"gulp-gzip": "^1.4.0",
"gulp-postcss": "^6.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"postcss-flexbugs-fixes": "^2.1.1",
"rimraf": "^2.6.1",
"ts-node": "^3.0.2",
"typescript": "^2.2.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}