-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"name": "nonissue",
"version": "0.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"format": "prettier --check .",
"format:write": "prettier --write .",
"eslint": "node ./node_modules/eslint/bin/eslint.js --ext .ts,.tsx .",
"knip": "knip"
},
"dependencies": {
"next": "^12.0.7",
"next-themes": "0.0.15",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@types/node": "^25.0.3",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.6.0",
"eslint-config-next": "^11.1.0",
"eslint-import-resolver-typescript": "^2.5.0",
"knip": "^5.76.1",
"postcss": "^8.4.5",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.1",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.2.0",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^3.0.11",
"typescript": "^5.9.3"
},
"license": "MIT"
}