-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.28 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
78
79
80
81
{
"name": "update",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky install",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.0.0",
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.4.2",
"@choc-ui/chakra-autocomplete": "^5.2.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fluentui/react": "^8.98.8",
"@fontsource/inter": "^4.5.14",
"@fontsource/work-sans": "^4.5.12",
"@monaco-editor/react": "^4.4.6",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@tisoap/react-flow-smart-edge": "^3.0.0",
"@vercel/analytics": "^0.1.5",
"axios": "^1.1.3",
"elkjs": "^0.8.2",
"fp-ts": "^2.13.1",
"framer-motion": "^7",
"immer": "^9.0.16",
"io-ts": "^2.2.19",
"monaco-editor": "^0.34.1",
"next": "13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.1",
"react-icons": "^4.6.0",
"react-katex": "^3.0.1",
"react-markdown": "^8.0.7",
"react-markdown-editor-lite": "^1.3.3",
"reactflow": "^11.3.0",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"type-fest": "^3.3.0",
"uuid": "^9.0.0",
"web-vitals": "^3.0.4",
"web-worker": "^1.2.0",
"zustand": "^4.1.4"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/node": "18.11.5",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@workadventure/iframe-api-typings": "^1.20.2",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"eslint-plugin-storybook": "^0.6.6",
"husky": "^8.0.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.1.1",
"tailwindcss": "^3.2.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0"
},
"resolutions": {
"webpack": "^5"
}
}