-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"name": "cursor-model-guide",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build",
"start": "next start",
"lint": "next lint",
"preview": "serve out",
"clean": "rm -rf .next out",
"deploy:manual": "npm run build && gh-pages -d out"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjlida/Cursor-Model-Guide.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bjlida/Cursor-Model-Guide/issues"
},
"homepage": "https://github.com/bjlida/Cursor-Model-Guide#readme",
"dependencies": {
"next": "^15.5.4",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^24.5.2",
"@types/react": "^19.1.14",
"@types/react-dom": "^19.1.9",
"autoprefixer": "^10.4.21",
"eslint": "^9.36.0",
"eslint-config-next": "^15.5.4",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2"
}
}