-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 995 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "npm run compile:types && next build",
"compile:types": "ts-node --skipProject scripts/compile-types.ts",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-switch": "^1.1.0",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^18.16.3",
"@types/react": "^18.3.5",
"@types/react-transition-group": "^4.4.11",
"autoprefixer": "^10.4.19",
"eslint-config-next": "^14.2.4",
"json-schema-to-typescript": "^14.1.0",
"next": "^14.2.21",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-country-flag": "^3.1.0",
"react-dom": "^18.3.1",
"react-player": "^2.16.0",
"react-pro-sidebar": "^1.0.0",
"react-transition-group": "^4.4.5",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"tailwindcss": "^3.4.8",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"yaml": "^2.5.1"
}
}