-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.65 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.65 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "animationcreator",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://fastleditor.github.io/fastleditoranimationcreator",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.17",
"esp-web-tools": "^10.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-scrollbar": "^4.0.1",
"tailwindcss": "^4.0.17"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.6",
"@eslint/js": "^9.21.0",
"@storybook/addon-essentials": "^8.6.11",
"@storybook/addon-onboarding": "^8.6.11",
"@storybook/blocks": "^8.6.11",
"@storybook/experimental-addon-test": "^8.6.11",
"@storybook/react": "^8.6.11",
"@storybook/react-vite": "^8.6.11",
"@storybook/test": "^8.6.11",
"@types/dom-serial": "^1.0.6",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/browser": "^3.0.9",
"@vitest/coverage-v8": "^3.0.9",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^0.12.0",
"globals": "^15.15.0",
"playwright": "^1.51.1",
"storybook": "^8.6.11",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0",
"vitest": "^3.0.9"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}