forked from PlasmoHQ/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "@plasmo/docs",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "run-s build:*",
"build:bust-cache": "rimraf .next",
"build:site": "next build",
"build:sitemap": "next-sitemap --config next-sitemap.js",
"start": "next start",
"lint": "run-p lint:*",
"lint:type": "tsc --noemit",
"lint:code": "next lint"
},
"dependencies": {
"@mdx-js/react": "2.3.0",
"@next/env": "13.2.4",
"autoprefixer": "10.4.14",
"next": "13.2.4",
"next-plausible": "3.7.2",
"next-seo": "6.0.0",
"nextra": "2.4.1",
"nextra-theme-docs": "2.4.1",
"postcss": "8.4.31",
"prism-react-renderer": "1.3.5",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "0.32.0",
"tailwindcss": "3.3.1"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.4",
"@plasmohq/rps": "1.8.5",
"@types/node": "18.15.13",
"@types/react": "18.0.38",
"next-sitemap": "4.0.7",
"prettier": "2.8.7",
"rimraf": "5.0.0",
"typescript": "5.0.4",
"webpack": "5.80.0"
}
}