-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 882 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
{
"name": "@jswork/wsui-table-eq-width",
"version": "1.0.0",
"description": "Webkit css ui module for table equal width.",
"homepage": "https://github.com/afeiship/wsui-table-eq-width",
"author": {
"name": "afei",
"email": "1290657123@qq.com"
},
"scripts": {
"build": "gulp",
"start": "gulp docs && serve docs",
"release": "release-it"
},
"main": "dist/index.scss",
"license": "MIT",
"devDependencies": {
"@jswork/gulp-pkg-header": "^1.0.3",
"autoprefixer": "^10.0.2",
"del": "^6.0.0",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-load-plugins": "^2.0.5",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"postcss": "^8.1.10",
"release-it": "^14.2.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": []
}