-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "react-libraries",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"changeset": "changeset",
"ci:version": "changeset version",
"build": "pnpm -r build",
"ci:publish": "pnpm build && changeset publish",
"npkill": "npx npkill",
"clean-install": "rm -rf **/node_modules && rm -rf pnpm-lock.yaml && pnpm i",
"preinstall": "npx only-allow pnpm && pnpm store prune",
"delete-dist": "rimraf **/dist"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@musma/eslint-config-react": "workspace:*",
"@types/luxon": "^3.3.0",
"@types/node": "^20.1.5",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/rimraf": "^3.0.2",
"@vitejs/plugin-react": "^4.0.0",
"path": "^0.12.7",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.9.0",
"ts-node": "^10.9.1",
"typescript": "5.0.4",
"vite": "4.3.6",
"vite-plugin-dts": "2.3.0",
"vite-plugin-svgr": "^3.2.0"
}
}