-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "lousiana-mesh-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint:fix": "eslint 'app/**/*.{ts,tsx}' --fix",
"lint": "next lint"
},
"dependencies": {
"esptool-js": "^0.5.7",
"express": "^4.21.2",
"lucide-react": "^0.544.0",
"next": "^15.5.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.2",
"eslint": "^9.22.0",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"nodemon": "^3.1.9",
"postcss": "^8.5.1",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}