generated from Klukies/atomize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.34 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
{
"name": "cookie-though-docs-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"deploy": "gh-pages -d out",
"lint": "eslint --fix --ext .tsx,ts,mdx pages/ components/ hooks/ context/",
"postinstall": "./scripts/postinstall.sh",
"prettier": "prettier --write components pages styles",
"stylelint": "stylelint '**/*.css' --fix"
},
"dependencies": {
"@mdx-js/loader": "^2.1.1",
"@next/mdx": "^12.1.6",
"eslint-plugin-mdx": "^1.17.0",
"next": "^12.1.6",
"next-themes": "^0.2.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rehype-pretty-code": "^0.3.2",
"shiki": "^0.10.1"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@inthepocket/eslint-config-next": "^1.2.9",
"@svgr/webpack": "^6.2.1",
"@types/mdx": "^2.0.2",
"@types/node": "17.0.39",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
"eslint": "^8.17.0",
"gh-pages": "^4.0.0",
"prettier": "^2.6.2",
"stylelint": "^14.8.5",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"typescript": "4.7.3"
}
}