-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
58 lines (58 loc) · 1.71 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@po-ui/style",
"version": "18.15.0",
"description": "PO Style",
"author": "PO UI",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/po-ui/po-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",
"release": "standard-version --preset angular",
"format:fix": "pretty-quick --staged",
"format:check": "prettier --check --loglevel error \"src/**/*{.ts,.js,.json,.css,.scss,.html}\"",
"format:all": "prettier --write \"src/**/*{.ts,.js,.json,.css,.scss,.html}\"",
"update-animalia-icon": "npm install @animaliads/animalia-icon@latest && node scripts/update-animalia-icon.js"
},
"devDependencies": {
"@animaliads/animalia-icon": "1.0.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.10",
"del": "^6.0.0",
"gulp": "4.0.2",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-tap": "^2.0.0",
"http-server": "^0.12.3",
"husky": "^4.2.5",
"postcss": "^8.4.45",
"postcss-apply": "^0.12.0",
"postcss-custom-properties": "^9.1.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"postcss-simple-vars": "^7.0.1",
"prettier": "2.2.0",
"pretty-quick": "^3.1.0",
"standard-version": "^9.0.0",
"xml2js": "0.6.2",
"yargs": "^16.1.1"
},
"standard-version": {
"skip": {
"commit": true,
"tag": true
}
}
}