-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 2.45 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
{
"name": "crafttweaker-documentation-site",
"version": "2.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/CraftTweaker/Docs-Site.git"
},
"author": "Jaredlll08",
"license": "MIT",
"bugs": {
"url": "https://github.com/CraftTweaker/Docs-Site/issues"
},
"homepage": "https://github.com/CraftTweaker/Docs-Site#readme",
"scripts": {
"dev": "cross-env NEXT_PUBLIC_SITE_DEV=true next dev",
"dev-build": "cross-env NEXT_PUBLIC_SITE_DEV=true next build",
"build": "cross-env NEXT_PUBLIC_SITE_DEV=false next build && rimraf public/sitemap*.xml && next-sitemap --config next-sitemap.config.js",
"analyze-dev": "cross-env NEXT_PUBLIC_SITE_DEV=true ANALYZE=true next build",
"start": "cross-env NEXT_PUBLIC_SITE_DEV=false next start",
"start-dev": "cross-env NEXT_PUBLIC_SITE_DEV=true next build && next start",
"deploy": "cross-env NEXT_PUBLIC_SITE_DEV=false next build && rimraf public/sitemap*.xml && next-sitemap --config next-sitemap.config.js && next start"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@next/bundle-analyzer": "^12.0.7",
"axios": "^0.24.0",
"framer-motion": "^4.1.17",
"github-slugger": "^1.4.0",
"highlightjs-zenscript": "^2.0.0",
"next": "^12.1.0",
"next-seo": "^4.28.1",
"next-transpile-modules": "^9.0.0",
"nprogress": "^0.2.0",
"preact": "^10.6.2",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-markdown": "^7.1.1",
"react-modal": "^3.14.4",
"react-socks": "^2.2.0",
"react-syntax-highlighter": "^15.4.5",
"rehype-raw": "^6.1.0",
"remark-directive": "^2.0.1",
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"@types/github-slugger": "^1.3.0",
"@types/node": "^17.0.13",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.37",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-syntax-highlighter": "^13.5.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.0",
"cross-env": "^7.0.3",
"eslint": "7.32.0",
"eslint-config-next": "^12.0.7",
"next-sitemap": "^1.6.203",
"postcss": "^8.4.4",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.5",
"typescript": "^4.5.2",
"unified": "^10.1.1",
"@tailwindcss/typography": "^0.5.7"
}
}