-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "element-kaola",
"version": "3.1.2",
"description": "Custom styles for ElementUI",
"scripts": {
"build": "gulp dist-css",
"release": "npm config set registry https://registry.npmjs.org && ./publish.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaola-fed/element-style.git"
},
"keywords": [
"ui",
"style"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaola-fed/element-style/issues"
},
"homepage": "https://github.com/kaola-fed/element-style#readme",
"dependencies": {
"postcss-salad": "^2.0.1"
},
"devDependencies": {
"element-theme-chalk": "^2.12.0",
"node-sass": "^4.12.0",
"sass": "^1.22.5",
"sass-loader": "^7.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-css-rebase-urls": "^0.0.5",
"gulp-font-spider": "^0.3.6",
"gulp-modify-css-urls": "^2.0.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-ttf2woff": "^1.1.1"
}
}