-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.04 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.04 KB
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
47
48
{
"name": "cornercss",
"version": "0.0.2",
"description": "A simple CSS theme",
"author": "myNameIsDu",
"homepage": "https://github.com/myNameIsDu/cornercss",
"repository": {
"type": "git",
"url": "https://github.com/myNameIsDu/cornercss"
},
"scripts": {
"cdn": "gulp cdn",
"release": "zx release.mjs"
},
"bugs": {
"url": "https://github.com/myNameIsDu/cornercss/issues"
},
"keywords": [
"css",
"theme",
"html",
"stylesheet",
"hand-drawn",
"cornercss"
],
"devDependencies": {
"cssnano": "^5.1.14",
"del": "6.0.0",
"gulp": "^4.0.2",
"gulp-aliyun-oss": "^0.1.2",
"gulp-cli": "^2.3.0",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.1.3",
"gulp-rev": "^9.0.0",
"gulp-terser": "^2.1.0",
"gulp-typescript": "6.0.0-alpha.1",
"inquirer": "^9.1.4",
"merge2": "^1.4.1",
"postcss": "^8.4.18",
"postcss-preset-env": "^7.8.2",
"semver": "^7.3.8",
"typescript": "^4.8.4",
"zx": "^7.1.1"
},
"browserslist": [
"> 0.1%, not dead"
]
}