-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.12 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
{
"name": "selection_multycolor",
"version": "1.0.0",
"private": true,
"devDependencies": {
"babel-plugin-styled-components": "^2.0.7",
"cssnano": "^5.1.9",
"fibers": ">= 3.1.0",
"next": "^12.1.6",
"node-sass": "^6.0.0 || ^7.0.0",
"parcel": "^2.5.0",
"postcss": "^8.2.15",
"react": "^17.0.2 || ^18.0.0-0",
"react-dom": "^17.0.2 || ^18.0.0-0",
"sass": "^1.3.0",
"styled-components": ">= 2"
},
"dependencies": {
"crx-hotreload": "^1.0.6"
},
"browserslist": "> 0.25%, not dead",
"scripts": {
"prebuild": "rm -rf /dist/* .cache && rm -rf /dist/*",
"start": "parcel src/{hotReload.js,index.js,index.html}",
"watch": "NODE_ENV=development cp src/manifest.json dist/manifest.json && parcel watch --no-hmr src/{hotReload.js,index.js,index.html}",
"build": "NODE_ENV=production cp src/manifest.json dist/manifest.json && cp src/fav/* dist/ && parcel build src/{hotReload.js,index.js,index.html} ",
"zip": "zip -r chrome-extension.zip ./dist"
},
"author": "Yevhen_Semeniuk"
}