-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.74 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
{
"private": true,
"scripts": {
"icons:react": "./node_modules/@svgr/cli/bin/svgr --out-dir packages/collecticons-react/lib/icons --filename-case camel --ext tsx --template svco-template.js -- ./icons",
"icons:chakra": "./node_modules/@svgr/cli/bin/svgr --out-dir packages/collecticons-chakra/lib/icons --filename-case camel --ext tsx --template svco-template.js -- ./icons",
"icons:zip": "zip showcase/static/collecticons.zip icons/*",
"icons": "yarn icons:zip && yarn icons:react && yarn icons:chakra",
"build": "lerna run build",
"watch": "lerna run watch",
"clean:all": "lerna run clean",
"ts-check": "tsc --noEmit",
"lint": "lerna run lint",
"versionup": "lerna version --no-git-tag-version --no-push",
"publish": "lerna publish from-package --no-private"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@svgr/cli": "^8.1.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-inclusive-language": "^2.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.6.0",
"lerna": "8.1.4",
"prettier": "^3.3.2",
"process": "^0.11.10",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.4.5"
},
"workspaces": [
"packages/*",
"showcase"
],
"packageManager": "[email protected]"
}