forked from darshan-cpp/retort-ai-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.new
More file actions
56 lines (55 loc) · 1.36 KB
/
package.json.new
File metadata and controls
56 lines (55 loc) · 1.36 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
48
49
50
51
52
53
54
55
56
{
"name": "retort-ai-extension",
"private": true,
"version": "0.1.0",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/twi-exe/retort-ai-extension.git"
},
"bugs": {
"url": "https://github.com/twi-exe/retort-ai-extension/issues"
},
"homepage": "https://github.com/twi-exe/retort-ai-extension#readme",
"keywords": [
"chrome-extension",
"retort",
"ai",
"react",
"vite"
],
"engines": {
"node": ">=18"
},
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"ci:lint": "eslint . --ext .js,.jsx",
"package": "npm run build && zip -r extension.zip dist/",
"preview": "vite preview",
"release:artifact": "npm run package",
"web-ext-build": "npx web-ext build -s dist -a webext-artifacts",
"web-ext-run": "npx web-ext run -s dist"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"autoprefixer": "^10.4.21",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"vite": "^7.0.0"
}
}