-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.32 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
{
"name": "foxy-pangolins",
"version": "1.0.0",
"description": "",
"main": "borderify.js",
"scripts": {
"test": "jest",
"test:w": "jest --watch",
"build": "npx webpack --mode=production --no-devtool --env browser=firefox && npx webpack --mode=production --no-devtool --env browser=chrome && npx webpack --mode=production --no-devtool --config ./docs.config.js",
"dev:ch": "npx webpack --mode=development --watch --env browser=chrome",
"dev:docs": "npx webpack --mode=development --watch --config ./docs.config.js",
"dev:ff": "npx webpack --mode=development --watch --env browser=firefox"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@types/chrome": "^0.0.200",
"@types/firefox-webext-browser": "^94.0.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"preact": "^10.13.1",
"sass": "^1.59.3",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.2",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.76.2",
"webpack-cli": "^4.10.0"
}
}