-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
30 lines (30 loc) · 937 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
{
"name": "untab",
"version": "0.4.0",
"scripts": {
"build": "rollup -c",
"build:firefox": "BROWSER_ENV=firefox npm run build",
"build:chrome": "BROWSER_ENV=chrome npm run build",
"build:prod": "NODE_ENV=production npm run build",
"build:prod:firefox": "BROWSER_ENV=firefox npm run build:prod",
"build:prod:chrome": "BROWSER_ENV=chrome npm run build:prod"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.3.4",
"rollup": "^2.3.4",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0"
},
"dependencies": {
"@rollup/plugin-alias": "^3.1.2",
"fuse.js": "^6.4.1",
"rollup-plugin-ignore-import": "^1.3.2",
"svelte-feather-icons": "^3.2.2",
"uuid": "^8.3.2",
"webextension-polyfill": "^0.7.0"
}
}