-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.22 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
71
72
73
74
75
76
77
{
"name": "russitant",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "1.0.6",
"@mui/material": "^5.13.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^1.2.2",
"@ramonak/react-progress-bar": "^5.0.3",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tauri-apps/api": "^1.4.0",
"@tauri-apps/cli": "^1.4.0",
"@types/ms": "0.7.31",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/uuid": "^9.0.2",
"@vercel/examples-ui": "^1.0.5",
"autoprefixer": "^10.4.14",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"eventsource-parser": "^1.0.0",
"iconoir-react": "^6.9.0",
"lint-staged": "^13.2.2",
"lodash": "^4.17.21",
"lucide-react": "^0.258.0",
"next": "13.4.7",
"package": "^1.0.1",
"postcss": "8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prop-types": "^15.8.1",
"puro": "^0.8.4",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"react-sketch-canvas": "^6.2.0",
"react-wrap-balancer": "^1.0.0",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"typescript": "5.1.3"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/addon-mdx-gfm": "^7.0.26",
"@storybook/addon-styling": "^1.3.2",
"@storybook/blocks": "^7.0.26",
"@storybook/nextjs": "^7.0.26",
"@storybook/react": "^7.0.26",
"@storybook/testing-library": "^0.2.0",
"eslint-plugin-storybook": "^0.6.12",
"storybook": "^7.0.26"
}
}