-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ai-bookmark-organizer-extension",
"version": "1.0.0",
"description": "Browser extension for AI-powered bookmark organization",
"scripts": { "dev": "webpack --mode development --watch", "build": "node scripts/build.js && webpack --mode production && node scripts/build.js", "build:dev": "node scripts/build.js && webpack --mode development && node scripts/build.js", "prebuild": "node scripts/build.js" },
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-react": "^7.22.0",
"babel-loader": "^9.1.0",
"css-loader": "^6.8.0",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.0",
"style-loader": "^3.3.0",
"tailwindcss": "^3.3.0",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.0"
}
}