-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "holakit",
"version": "0.23.0-1",
"description": "Yet another design-driven UI component set.",
"main": " ",
"scripts": {
"build": "parcel build assets/holakit.css",
"dev": "parcel index.html -d temp",
"prettier": "prettier assets/**.css --write",
"test": "echo \"Currently no test.\" && exit 0",
"build-doc": "rm -rf styleguide && kss -c kss-config.json --builder styleguide-template",
"version": "yarn build && yarn build-doc && yarn prettier && git add assets dist styleguide"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamhola/holakit.git"
},
"keywords": [
"design",
"hola",
"ui",
"components"
],
"author": "laosb",
"license": "MIT",
"bugs": {
"url": "https://github.com/teamhola/holakit/issues"
},
"homepage": "https://github.com/teamhola/holakit#readme",
"devDependencies": {
"autoprefixer": "^9.0.1",
"caniuse-lite": "^1.0.30000865",
"kss": "^3.0.0-beta.23",
"np": "^3.0.4",
"npm-check-updates": "^2.14.2",
"parcel-bundler": "1.9.7",
"postcss-cssnext": "^3.1.0",
"postcss-nested": "^3.0.0",
"prettier": "^1.13.7",
"serve": "^9.4.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}