-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "aidos-ui",
"version": "3.0.19",
"description": "A simple UI framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"embeddings": "node ./scripts/embeddings.js",
"dev": "next dev",
"publish:patch": "node ./scripts/publish.js --patch",
"build": "next build",
"build:lib": "rimraf ./dist && tsc --project tsconfig.build.json",
"tsc": "tsc --watch",
"start": "next start",
"lint": "next lint"
},
"type": "module",
"author": "Gerard Moreno-Torres Bertran",
"license": "ISC",
"devDependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.9",
"@types/node": "^20.4.4",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@xenova/transformers": "^2.4.2",
"csstype": "^3.1.1",
"dotenv": "^16.3.1",
"install": "^0.13.0",
"next": "latest",
"npm": "^9.8.0",
"openai": "^3.3.0",
"prismjs": "^1.29.0",
"process": "^0.11.10",
"react-dom": "latest",
"remark-mdx": "^2.3.0",
"remark-parse": "^10.0.2",
"rimraf": "^5.0.1",
"typescript": "^4.9.4",
"unified": "^10.1.2"
},
"peerDependencies": {
"react": "latest"
}
}