-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
54 lines (54 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
{
"name": "@kodingdotninja/chakra-icons",
"version": "0.0.0",
"packageManager": "[email protected]",
"workspaces": [
"tooling/*",
"packages/*",
"packages/@chakra-icons/*",
"website",
"!website/**",
"!tooling/*.conf/**"
],
"scripts": {
"# general commands": "--------------------------------------------------",
"build": "turbo run build --filter='!@chakra-icons/{{name}}' --filter=[HEAD^1]",
"clean": "turbo run clean --filter='!@chakra-icons/{{name}}'",
"clear": "turbo run clean --filter='!@chakra-icons/{{name}}'",
"commit": "commit",
"lint": "pnpm -r lint",
"plop": "plop",
"postclear": "shx rm -rf **/node_modules",
"postplop": "pnpm install",
"prepare": "husky install",
"release": "multi-semantic-release",
"test": "turbo run test --filter='!@chakra-icons/{{name}}'",
"# scope commands": "----------------------------------------------------",
"cci": "pnpm -F create-chakra-icons",
"cli": "pnpm -F @chakra-icons/cli",
"website": "pnpm -F website",
"#": "-------------------------------------------------------------------"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/prompt-cli": "^17.7.1",
"@kodingdotninja/style-guide": "^4.0.1",
"@types/babel__generator": "^7.6.4",
"@types/glob": "^8.1.0",
"@types/node": "^18.17.6",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"commitlint-config-squash-pr": "^1.1.0",
"eslint": "^8.47.0",
"husky": "^8.0.3",
"multi-semantic-release": "^3.0.2",
"plop": "^3.1.2",
"prettier": "^3.0.3",
"shx": "^0.3.4",
"turbo": "^1.10.13",
"typescript": "^5.2.2"
},
"prettier": "@kodingdotninja/style-guide/prettier",
"private": true
}