forked from RiskChallenger/open-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.78 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
59
60
61
62
63
64
65
66
67
{
"name": "@riskchallenger/open-components",
"private": false,
"version": "1.6.3",
"author": "RiskChallenger <[email protected]> (https://riskchallenger.nl)",
"source": "src/main.css",
"scripts": {
"build": "parcel build --dist-dir .",
"dev": "parcel",
"dev-docs": "parcel docs/src/index.html --target default",
"build-docs": "parcel build docs/src/index.html --dist-dir . --public-url . --no-optimize",
"prepare": "husky install",
"semantic-release": "semantic-release"
},
"dependencies": {
"open-props": "^1.4.16"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"parcel": "^2.9.3",
"postcss": "^8.4.21",
"postcss-nesting": "^10.2.0",
"posthtml-include": "^1.7.4",
"prettier": "2.8.3",
"semantic-release": "^19.0.3"
},
"files": [
"main.css",
"*.svg"
],
"unpkg": "main.css",
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RiskChallenger/open-components.git"
},
"description": "Docs at https://riskchallenger.github.io/open-components/",
"bugs": {
"url": "https://github.com/RiskChallenger/open-components/issues"
},
"homepage": "https://github.com/RiskChallenger/open-components#readme",
"directories": {
"doc": "docs"
},
"keywords": [
"css",
"open",
"components",
"props"
],
"license": "ISC",
"@parcel/transformer-css": {
"drafts": {
"nesting": true
}
},
"browserslist": "> 0.5%, not dead"
}