-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next-remote-watch ./posts",
"build": "next build && next export && touch out/.nojekyll",
"start": "next start",
"test": "playwright test --project=chromium",
"gh-deploy": "npx gh-pages -d out -t true"
},
"dependencies": {
"@babel/core": "^7.17.10",
"@code-kitchen/bundler": "workspace:*",
"@mdx-js/loader": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@next/mdx": "^12.1.6",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"autoprefixer": "^10.4.7",
"classnames": "^2.3.1",
"code-kitchen": "workspace:*",
"copy-webpack-plugin": "^10.2.4",
"demo-lib": "workspace:*",
"next": "^12.1.6",
"next-remote-watch": "^1.0.0",
"next-transpile-modules": "^9.0.0",
"postcss": "^8.4.31",
"raw-loader": "^4.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.24",
"webpack": "^5.72.1"
},
"devDependencies": {
"@playwright/test": "^1.21.1",
"esbuild-wasm": "^0.14.38",
"monaco-editor": "^0.33.0",
"next-mdx-remote": "^4.0.3",
"playwright": "^1.21.1",
"rehype-parse": "^8.0.4",
"remark-gfm": "^3.0.1",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0"
}
}