-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.08 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "frontend-copycat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 127.0.0.1",
"build": "next build",
"build:start": "npm run build && npm run start",
"start": "next start",
"lint": "next lint",
"lint:fix": "npm run lint -- --fix",
"storybook": "storybook dev -p 6006",
"sb": "npm run storybook",
"build-storybook": "storybook build",
"test": "vitest"
},
"dependencies": {
"@radix-ui/react-switch": "^1.1.0",
"@storybook/html": "^8.2.4",
"@tensorflow/tfjs": "^4.20.0",
"@tensorflow/tfjs-backend-webgl": "^4.20.0",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"color-2-name": "^1.4.4",
"color-convert": "^2.0.1",
"framer-motion": "^11.3.4",
"joceui": "^0.0.3",
"lodash.round": "^4.0.4",
"lucide-react": "^0.411.0",
"mock-fs": "^5.2.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"shadcn-dropzone": "^0.2.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@domchristie/tailwind-utopia": "^1.1.1",
"@storybook/addon-essentials": "^8.2.4",
"@storybook/addon-interactions": "^8.2.4",
"@storybook/addon-links": "^8.2.4",
"@storybook/addon-onboarding": "^8.2.4",
"@storybook/blocks": "^8.2.4",
"@storybook/nextjs": "^8.2.4",
"@storybook/react": "^8.2.4",
"@storybook/test": "^8.2.4",
"@types/color-convert": "^2.0.3",
"@types/mock-fs": "^4.13.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8",
"prettier": "^3.3.3",
"storybook": "^8.2.4",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^2.0.3"
}
}