-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name": "turbocore-landing-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.13",
"@next/bundle-analyzer": "^13.2.4",
"@quillforms/react-renderer-utils": "^4.4.0",
"@quillforms/renderer-core": "^4.4.0",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"antd": "^5.3.1",
"classnames": "^2.3.2",
"deep-email-validator": "^0.1.21",
"dotenv": "^16.0.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"fakefilter": "^0.1.433",
"next": "13.2.3",
"next-seo": "^5.15.0",
"nocodb-sdk": "^0.105.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-scroll-parallax": "^3.3.2",
"typescript": "4.9.5",
"validator": "^13.9.0"
},
"devDependencies": {
"@types/validator": "^13.7.14"
}
}