generated from taylorbryant/next-starter-tailwind
-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
88 lines (88 loc) · 2.8 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "buku-saku-pramuka",
"version": "1.1.0",
"description": "Buku saku pramuka digital",
"homepage": "https://github.com/mazipan/buku-saku-pramuka#readme",
"bugs": {
"url": "https://github.com/mazipan/buku-saku-pramuka/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazipan/buku-saku-pramuka.git"
},
"license": "MIT",
"author": "Irfan Maulana <https://mazipan.space/>",
"main": "index.js",
"scripts": {
"analyze:css": "rustywind --dry-run .",
"build": "NODE_ENV=production next build",
"build:export": "NODE_ENV=production pnpm run build && next export",
"export": "pnpm run build:export",
"postbuild": "next-sitemap",
"dev": "NODE_ENV=development next",
"fix:css": "rustywind --write .",
"format": "prettier --ignore-path .gitignore \"**/*.+(js|ts|tsx|css|scss|json|md|html)\" --write",
"postinstall": "husky install",
"lint": "eslint --ignore-path .eslintignore \"**/*.+(js|ts|tsx)\"",
"lint:fix": "eslint --ignore-path .eslintignore \"**/*.+(js|ts|tsx)\" --quiet --fix",
"prepare": "husky install",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@n8tb1t/use-scroll-position": "^2.0.3",
"cors": "^2.8.5",
"next": "12.2.2",
"next-plugin-preact": "^3.0.7",
"next-pwa": "5.5.4",
"next-seo": "^5.4.0",
"nprogress": "^0.2.0",
"preact": "^10.10.0",
"preact-render-to-string": "^5.2.1",
"react": "npm:@preact/[email protected]",
"react-dom": "npm:@preact/[email protected]",
"react-icons": "^4.4.0",
"react-ssr-prepass": "1.5.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@prefresh/next": "^1.5.2",
"@types/cors": "^2.8.12",
"@types/node": "^18.0.5",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"autoprefixer": "10.4.7",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.20.0",
"eslint-config-next": "^12.2.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"next-sitemap": "^3.1.11",
"prettier": "^2.7.1",
"rustywind": "0.15.0",
"tailwindcss": "3.1.6",
"typescript": "^4.7.4"
},
"pnpm": {
"overrides": {
"minimist@<1.2.6": "^1.2.6"
}
},
"engines": {
"node": ">=14"
},
"packageManager": "[email protected]"
}