-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.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
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
{
"name": "audiophile--ecommerce-app",
"private": true,
"version": "1.0.0",
"license": "UNLICENSED",
"scripts": {
"dev": "next dev",
"dev:cms": "1; cd ./studio && yarn start",
"dev:all": "concurrently -k -n \"API,UI\" -c \"yellow,cyan\" npm:\"dev:cms\" npm:\"dev\"",
"build": "next build",
"deploy:cms": "cd ./studio && yarn deploy",
"start": "next start",
"delete": "./bin/delete.sh",
"unbuild": "rm -rf ./dist ./.next",
"reset-all": "yarn unbuild && yarn delete",
"update-all": "1; pnpm install && cd ./studio && yarn install"
},
"dependencies": {
"@nextui-org/react": "1.0.0-beta.12",
"@radix-ui/react-select": "^1.2.1",
"@stripe/stripe-js": "^1.48.0",
"canvas-confetti": "^1.6.0",
"easy-peasy": "^5.2.0",
"framer-motion": "^10.2.3",
"http-status-codes": "^2.2.0",
"ky": "^0.33.2",
"localforage": "^1.10.0",
"next": "^13.2.3",
"pino": "^8.11.0",
"pino-pretty": "^9.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"stripe": "^11.14.0",
"styled-components": "^5.3.8",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.20.0",
"@iconify/react": "^4.1.0",
"@types/canvas-confetti": "^1.6.0",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-twin": "^1.1.0",
"concurrently": "^7.6.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"twin.macro": "^3.1.0",
"typescript": "4.9.5"
},
"keywords": [
"vercel",
"typescript",
"next-js",
"react",
"next-ui",
"radix-ui",
"tailwindcss",
"twin-macro",
"styled-components",
"framer-motion",
"easy-peasy",
"react-hook-form",
"contentful",
"stripe"
]
}