-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 954 Bytes
/
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
{
"name": "bdkcloud",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"generate": "next build && next export"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"formik": "^2.2.9",
"framer-motion": "^5.5.5",
"next": "^12.1.2",
"next-plugin-preact": "^3.0.6",
"next-themes": "^0.0.15",
"preact": "^10.6.6",
"preact-render-to-string": "^5.1.20",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"react-icons": "^4.3.1",
"react-ssr-prepass": "npm:preact-ssr-prepass",
"sass": "^1.45.1",
"scheduler": "^0.20.2",
"yup": "^0.32.11"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.7",
"webpack": "^5.65.0"
}
}