-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.55 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
{
"name": "mantine-minimal-next-template",
"version": "0.1.0",
"private": true,
"cacheDirectories": [
".next/cache"
],
"scripts": {
"go": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docker:build": "docker build -t aiapp-client ."
},
"dependencies": {
"@babel/core": "^7.20.12",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@fullstory/browser": "^1.6.2",
"@mantine/core": "^5.10.1",
"@mantine/form": "^5.9.5",
"@mantine/hooks": "5.8.3",
"@mantine/modals": "5.8",
"@mantine/next": "5.8.3",
"@mantine/notifications": "^5.10.0",
"@mantine/nprogress": "^5.10.1",
"@material-ui/styles": "^4.11.5",
"@tabler/icons": "^1.118.0",
"babel-loader": "^8.3.0",
"base64url": "^3.0.1",
"cors": "^2.8.5",
"eslint": "8.21.0",
"eslint-config-next": "^13.1.1",
"eslint-plugin-storybook": "^0.6.10",
"googleapis-common": "^6.0.4",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"luxon": "^3.2.0",
"next": "^13.1.1",
"next-cookies": "^2.0.3",
"nextjs-redirect": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.11.2",
"sass": "^1.57.1",
"sharp": "^0.31.3",
"swr": "^2.0.0",
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.191",
"@types/luxon": "^3.1.0",
"@types/node": "^18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.6"
}
}