-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
41
42
43
44
45
46
47
48
49
50
{
"name": "blog",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "node watch-serve.js",
"start": "cross-env NODE_ENV=production node server.js"
},
"dependencies": {
"@upstash/redis": "^1.34.3",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"highlight.js": "^11.11.1",
"lithent": "^1.18.5",
"state-ref": "^1.1.4",
"time-ago": "^0.2.1"
},
"devDependencies": {
"@mdx-js/rollup": "^3.1.0",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/jest-dom": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"autoprefixer": "^10.4.20",
"chokidar": "^4.0.1",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"happy-dom": "^9.20.3",
"jsdom": "^25.0.1",
"postcss": "^8.4.24",
"prettier": "^3.4.2",
"tailwindcss": "^3.3.2",
"terser": "^5.18.1",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^2.3.0",
"vitest": "^2.1.2"
},
"engines": {
"node": ">=21.1.0"
},
"volta": {
"node": "21.1.0"
}
}