forked from labolado/NeuralTamper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 978 Bytes
/
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
{
"name": "ai-driven-userscript-manager",
"version": "1.0.0",
"description": "AI-Driven UserScript Manager Chrome Extension",
"main": "background.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch"
},
"author": "",
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss": "^3.3.3",
"postcss": "^8.4.31",
"autoprefixer": "^10.4.16"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0"
}
}