-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
45
46
47
48
49
50
51
{
"name": "a8n-extension",
"version": "1.0.4",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite --mode dev",
"preview": "vite preview",
"zip": "npm-build-zip --source=dist/ --destination=./build",
"docs": "npx typedoc --entryPointStrategy expand ./src"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdi/font": "5.9.55",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.9",
"@mui/styled-engine-sc": "^5.14.9",
"@reduxjs/toolkit": "^1.9.7",
"@types/chrome": "^0.0.228",
"@types/puppeteer-core": "^7.0.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"@webcomponents/custom-elements": "^1.6.0",
"npm-build-zip": "^1.0.3",
"puppeteer-core": "^13.0.0",
"react": "^18.2.0",
"react-cookie": "^6.1.1",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"roboto-fontface": "*",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.18",
"@vitejs/plugin-vue": "^4.1.0",
"tslib": "^2.5.0",
"typedoc": "^0.24.7",
"vite": "^4.2.0"
},
"type": "module",
"volta": {
"node": "18.16.0",
"npm": "9.5.1"
}
}