-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.25 KB
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
{
"name": "OpenWebSheet",
"version": "1.0.0",
"private": false,
"scripts": {
"dev": "vite --host 127.0.0.1",
"serve": "npm run dev",
"build": "vite build",
"preview": "vite preview --host 127.0.0.1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest --runInBand",
"test:watch": "jest --watch",
"test:unit": "npm test",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-tabs": "^1.1.15",
"core-js": "^3.49.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"register-service-worker": "^1.7.2"
},
"devDependencies": {
"@storybook/addon-docs": "^10.4.6",
"@storybook/react-vite": "^10.4.6",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.3.1",
"@types/jest": "^30.0.0",
"@types/node": "^25.9.4",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^6.0.2",
"autoprefixer": "^10.5.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"jsdom": "^29.1.1",
"postcss": "^8.5.25",
"sass": "^1.101.0",
"storybook": "^10.4.6",
"tailwindcss": "^3.4.19",
"ts-jest": "^29.4.11",
"typescript": "^5.9.3",
"vite": "^8.0.16"
}
}