forked from PuruVJ/neodrag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "neodrag",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
"changeset": "changeset",
"compile:watch": "nx run-many --target=compile:watch --parallel=true --all=true",
"compile": "nx run-many --target=compile --parallel=true --all=true",
"docs:build": "pnpm compile && pnpm sizes && cd docs && pnpm build",
"ci:version": "changeset version",
"ci:release": "changeset publish",
"sizes": "tsx scripts/gather-sizes.ts"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@sveltejs/vite-plugin-svelte": "2.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"brotli-size": "^4.0.0",
"fast-glob": "^3.2.12",
"jsdom": "^21.1.0",
"nx": "15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.6.11",
"svelte": "^3.55.1",
"svelte-preprocess": "^5.0.1",
"terser": "^5.16.4",
"tsx": "^3.12.3",
"ttsup": "0.0.0-semantic-release",
"typescript": "^4.9.5",
"vite": "^4.1.3",
"vitest": "^0.28.5",
"vue": "^3.2.47"
}
}