-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.58 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
{
"name": "search-on-amazon",
"version": "0.0.1",
"license": "MIT",
"author": "Walid Cawasa",
"repository": {
"type": "git",
"url": "git+https://github.com/koribot/BOILER-TEMPLATE-EXTENSION.git"
},
"dependencies": {},
"scripts": {
"build": "./clean.sh .production-build && tailwindcss -i ./src/global.css -o ./src/css/tailwind.css --minify && webpack --config ./webpack/webpack.prod.js",
"build-vite": "vite build --mode production",
"hr": "node hot-reload.js",
"dev": "tsc --build --clean && concurrently \"yarn hr\" \"tailwindcss -i ./src/global.css -o ./src/css/tailwind.css --minify --watch\" \" webpack --config ./webpack/webpack.dev.js --watch\" "
},
"devDependencies": {
"@types/chrome": "^0.0.269",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.2",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.8.1",
"dotenv": "^16.4.5",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.6.0",
"postcss": "^8.4.41",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-terser": "^7.0.2",
"style-loader": "^3.3.3",
"tailwindcss": "^3.4.9",
"terser": "^5.18.2",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"uglify-js": "^3.17.4",
"vite": "^5.4.0",
"vite-plugin-copy": "^0.1.6",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"webpack-shell-plugin": "^0.5.0",
"write-file-webpack-plugin": "^4.5.1",
"ws": "^8.18.0",
"xlsx": "^0.18.5"
}
}