forked from po-ui/po-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1019 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
36
37
38
39
{
"name": "@portinari/style",
"version": "1.23.0",
"tag": "dev",
"description": "Portinari Style",
"author": "Portinari UI",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/portinariui/portinari-style"
},
"scripts": {
"build": "gulp build && gulp build:cli",
"build:app": "gulp build:app",
"build:cli": "gulp build:cli",
"build:icon": "node icon-generator",
"watch": "gulp watch",
"dev": "http-server ./app-dist -o -c-1"
},
"devDependencies": {
"autoprefixer": "^9.6.4",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "4.0.2",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-tap": "^2.0.0",
"http-server": "^0.11.1",
"postcss-apply": "^0.12.0",
"postcss-custom-properties": "^9.0.2",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.2",
"xml2js": "^0.4.22",
"yargs": "^14.2.0"
}
}