-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·60 lines (60 loc) · 1.71 KB
/
package.json
File metadata and controls
executable file
·60 lines (60 loc) · 1.71 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
59
60
{
"name": "web-app",
"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": {
"@fluentui/react-components": "~9.47.2",
"@fluentui/react-icons": "^2.0.256",
"@tanstack/react-query": "^5.28.0",
"@tanstack/react-query-devtools": "^5.28.0",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"ace-builds": "^1.24.1",
"autoprefixer": "10.4.14",
"classnames": "^2.5.1",
"eslint": "8.46.0",
"eslint-config-next": "14.2.30",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"marked": "^9.0.3",
"next": "14.2.30",
"postcss": "8.4.27",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.3",
"reveal.js": "4.5",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"uuid": "^9.0.1",
"zustand": "^4.4.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^8.6.14",
"@storybook/addon-onboarding": "^8.6.14",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^8.6.14",
"@storybook/nextjs": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/testing-library": "^0.2.2",
"@types/lodash": "^4.17.20",
"@types/reveal.js": "^4.4.3",
"@types/uuid": "^9.0.5",
"eslint-plugin-storybook": "^0.6.15",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"storybook": "^8.6.14"
}
}