-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.12 KB
/
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
38
39
40
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@developmentseed/veda-ui": "v5.9.1-alpha.1",
"@devseed-ui/theme-provider": "^4.1.0",
"@tailwindcss/postcss": "4.0.0-alpha.13",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.14",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"geist": "1.2.2",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"next": "14.2.3",
"next-mdx-remote": "^4.4.1",
"postcss": "^8.4.35",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^5.3.3",
"sugar-high": "^0.6.0",
"tailwindcss": "4.0.0-alpha.13",
"typescript": "5.3.3"
}
}