-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.93 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
{
"name": "kumo-factory",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react": "^0.25.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/uuid": "^9.0.2",
"@uiw/react-markdown-preview": "^4.1.16",
"@uiw/react-md-editor": "^3.23.6",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"downshift": "^7.6.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"eslint-plugin-import": "^2.27.5",
"immer": "^10.0.2",
"moment": "^2.29.4",
"next": "13.4.4",
"next-remove-imports": "^1.0.12",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.12.1",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.22.0",
"recoil": "^0.7.7",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"uuid": "^9.0.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.1.0-alpha.29",
"@storybook/addon-interactions": "^7.1.0-alpha.29",
"@storybook/addon-links": "^7.1.0-alpha.29",
"@storybook/blocks": "^7.1.0-alpha.29",
"@storybook/nextjs": "^7.1.0-alpha.29",
"@storybook/react": "^7.1.0-alpha.29",
"@storybook/testing-library": "^0.0.14-next.2",
"@svgr/webpack": "^8.0.1",
"@tailwindcss/forms": "^0.5.6",
"@typescript-eslint/parser": "^5.61.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-storybook": "^0.6.12",
"prettier": "^2.8.8"
}
}