-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "5a.css",
"description": "常用样式css库",
"type": "module",
"scripts": {
"copy-fonts": "node ./scripts/copyFonts.js",
"sass": "node-sass",
"changelog": "lerna version --conventional-commits",
"release:demo": "node ./scripts/demo.js",
"release": "npm run build && lerna publish --force-publish",
"new": "node ./scripts/new",
"build:wx": "rimraf ./dist/wx && node ./scripts/wx",
"build": "rimraf packages/*/dist && npm run copy-fonts && node ./scripts/build",
"dev": "npm run copy-fonts && node-sass packages/5a.css/src/main.scss packages/5a.css/dist/css/5a.css --watch"
},
"devDependencies": {
"chalk": "^5.0.1",
"gh-pages": "^3.2.3",
"lerna": "^3.22.1",
"rimraf": "^3.0.0",
"sass": "^1.47.0",
"shelljs": "^0.8.5",
"standard-version": "^9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/any86/5a.css.git"
},
"keywords": [
"css",
"scss",
"ui"
],
"author": "Russell",
"license": "ISC",
"bugs": {
"url": "https://github.com/any86/5a.css/issues"
},
"homepage": "https://github.com/any86/5a.css#readme"
}