add package.json
- SHA
7eb847afff890a38ef0cbbba58f9567fb37d42a7- Parents
-
463c882 - Tree
750ceb9
7eb847a
7eb847afff890a38ef0cbbba58f9567fb37d42a7463c882
750ceb9| Status | File | + | - |
|---|---|---|---|
| M |
package.json
|
7 | 7 |
package.jsonmodified@@ -1,14 +1,13 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "tarmac-web", |
| 3 | - "version": "1.0.0", | |
| 4 | - "main": "index.js", | |
| 3 | + "version": "0.1.0", | |
| 4 | + "private": true, | |
| 5 | 5 | "scripts": { |
| 6 | - "test": "echo \"Error: no test specified\" && exit 1" | |
| 6 | + "dev": "next dev", | |
| 7 | + "build": "next build", | |
| 8 | + "start": "next start", | |
| 9 | + "lint": "next lint" | |
| 7 | 10 | }, |
| 8 | - "keywords": [], | |
| 9 | - "author": "", | |
| 10 | - "license": "ISC", | |
| 11 | - "description": "", | |
| 12 | 11 | "dependencies": { |
| 13 | 12 | "@mdx-js/loader": "^3.1.1", |
| 14 | 13 | "@mdx-js/react": "^3.1.1", |
@@ -21,6 +20,7 @@ | ||
| 21 | 20 | "remark-gfm": "^4.0.1" |
| 22 | 21 | }, |
| 23 | 22 | "devDependencies": { |
| 23 | + "@tailwindcss/postcss": "^4.2.2", | |
| 24 | 24 | "@types/node": "^25.5.0", |
| 25 | 25 | "@types/react": "^19.2.14", |
| 26 | 26 | "@types/react-dom": "^19.2.3", |