generated from yuta-ike/next-ts-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.6 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
{
"name": "css-cheetbook",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "yarn lint --fix",
"format": "yarn prettier --check \"**/*.{js,ts,jsx,tsx,json}\"",
"format:fix": "yarn format --write",
"fix": "run-p lint:fix format:fix",
"type-check": "tsc -p . --noEmit",
"page-gen": "scaffdog generate page"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.0.0",
"@mdx-js/react": "^2.0.0",
"@react-aria/utils": "^3.11.0",
"classnames": "^2.3.1",
"hast-util-to-string": "^2.0.0",
"next": "12.0.10",
"prismjs": "^1.26.0",
"react": "^18.0.0-rc.0",
"react-dom": "^18.0.0-rc.0",
"remark-gfm": "^3.0.1",
"remark-sectionize": "^1.1.1",
"unified": "^10.1.1",
"unist-util-inspect": "^7.0.0",
"unist-util-modify-children": "^3.0.0",
"unist-util-visit": "^4.1.0",
"vfile": "^5.3.0"
},
"devDependencies": {
"@types/node": "17.0.14",
"@types/prismjs": "^1.26.0",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.2",
"cssnano": "^5.0.17",
"eslint": "^8.8.0",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.3.0",
"gray-matter": "^4.0.3",
"multi-loader": "^0.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"scaffdog": "^1.2.0",
"tailwindcss": "^3.0.18",
"typescript": "4.5.5",
"vercel": "^23.1.2"
},
"engines": {
"node": "14.x"
}
}