forked from components-ai/css.gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 828 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 828 Bytes
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
{
"name": "docs",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start",
"clean": "rm -rf node_modules .next .turbo",
"lint": "next lint"
},
"dependencies": {
"@compai/css-gui": "*",
"@compai/logo": "^0.1.0",
"@emotion/react": "^11.9.0",
"@mdx-js/loader": "^2.1.2",
"@next/mdx": "^12.2.5",
"next": "12.2.4",
"react": "18.1.0",
"react-dom": "18.0.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"remark-prism": "^1.3.6",
"theme-ui": "^0.14.7"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "18.0.10",
"config": "*",
"eslint": "8.26.0",
"tsconfig": "*",
"typescript": "^4.6.4"
}
}