-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 874 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 874 Bytes
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
{
"name": "saas-ui-nextjs-ts",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/react": "2.2.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@saas-ui/react": "^1.0.0-rc.9",
"framer-motion": "^6.2.9",
"next": "^12.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.2.0",
"typescript": "^4.6.3"
},
"devDependencies": {
"@types/node": "^16.11.12",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/saas-js/saas-ui.git",
"directory": "examples/nextjs-typescript"
},
"bugs": {
"url": "https://github.com/saas-js/saas-ui/issues"
},
"license": "MIT"
}