-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 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": "rspack-browser-extension-template",
"version": "0.0.1",
"description": "",
"author": "",
"scripts": {
"build": "pnpm exec rspack build",
"prebuild": "node preBuild.js",
"postbuild": "node postBuild.js"
},
"devDependencies": {
"@rspack/cli": "^1.0.9",
"@rspack/core": "^1.0.9",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"html-webpack-plugin": "^5.6.0"
},
"dependencies": {
"@babel/parser": "^7.22.14",
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.8.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"framer-motion": "^10.16.2",
"octokit": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webextension-polyfill": "^0.10.0"
},
"license": "MIT",
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}