-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.61 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
{
"name": "chatgpt-augment",
"private": true,
"version": "1.8.6",
"type": "module",
"license": "WTFPL",
"scripts": {
"build": "node ./scripts/match-versions.mjs && tsc && NODE_ENV=production vite build && NODE_ENV=production node ./scripts/add-banners.mjs",
"build-lex": "node ./scripts/match-versions.mjs && NODE_ENV=production vite build",
"dev": "vite dev",
"watch": "nodemon --watch src --ext ts,tsx -x \"concurrently -n 'Build,TSC' -c 'blue.bold,green.bold' 'yarn build-lex' 'tsc'\"",
"preview": "vite preview"
},
"devDependencies": {
"@crxjs/vite-plugin": "beta",
"@types/chrome": "^0.0.237",
"@types/jszip": "^3.4.1",
"@types/lodash": "^4.14.195",
"@types/marked": "^5.0.0",
"@types/node-emoji": "^1.8.2",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react-swc": "^3.3.2",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.0",
"nodemon": "^2.0.22",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^5.0.2",
"vite": "^4.3.9"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@mantine/core": "^6.0.13",
"@mantine/hooks": "^6.0.13",
"@mantine/notifications": "^6.0.13",
"@radix-ui/react-slot": "^1.0.2",
"@tabler/icons-react": "^2.22.0",
"chrono-node": "^2.6.3",
"json5": "^2.2.3",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"marked": "^5.1.0",
"node-emoji": "^2.0.2",
"node-html-markdown": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-wrap-balancer": "^1.0.0",
"reactflow": "^11.7.2"
},
"packageManager": "[email protected]"
}