-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 813 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
{
"name": "ai-chat-rules",
"version": "1.0.0",
"description": "Chrome extension for managing AI chat rules and context",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch"
},
"dependencies": {
"lucide-react": "^0.479.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.2.17",
"@types/chrome": "^0.0.260",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^9.8.8",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.0",
"postcss": "^7.0.39",
"postcss-loader": "^8.1.1",
"style-loader": "^3.3.0",
"ts-loader": "^9.5.0",
"typescript": "^5.0.0",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.0"
}
}