-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
44 lines (44 loc) · 1.3 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
{
"name": "QuicKey",
"version": "0.0.0",
"author": {
"name": "John Dunning",
"email": "fwextensions@gmail.com"
},
"repository": "fwextensions/QuicKey",
"homepage": "https://fwextensions.github.io/QuicKey/",
"bugs": "https://github.com/fwextensions/QuicKey/issues",
"scripts": {
"build:pinyin": "webpack",
"build:popup": "webpack --env production --env buildPopup",
"build:prod": "webpack --env production",
"build": "npm run build:prod",
"dev": "webpack --watch"
},
"dependencies": {
"fast-memoize": "^2.5.2",
"goober": "^2.1.14",
"pinyin": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"react-virtualized": "^9.22.5"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"babel-loader": "^9.1.3",
"babel-plugin-transform-goober": "^1.2.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"generate-json-webpack-plugin": "^2.0.0",
"html-webpack-plugin": "^5.6.0",
"static-site-generator-webpack-plugin": "^3.3.0",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-config-utils": "^2.3.1",
"zip-webpack-plugin": "^4.0.1"
}
}