-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
96 lines (96 loc) · 3.8 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "tech-stack",
"version": "0.1.2",
"description": "",
"main": "webpack.config.js",
"scripts": {
"dev:chrome": "cross-env NODE_ENV=development TARGET=chrome webpack",
"dev:firefox": "cross-env NODE_ENV=development TARGET=firefox webpack",
"dev:opera": "cross-env NODE_ENV=development TARGET=opera webpack",
"dev:edge": "cross-env NODE_ENV=development TARGET=edge webpack",
"profile:chrome": "cross-env NODE_ENV=profile TARGET=chrome webpack",
"profile:firefox": "cross-env NODE_ENV=profile TARGET=firefox webpack",
"profile:opera": "cross-env NODE_ENV=profile TARGET=opera webpack",
"profile:edge": "cross-env NODE_ENV=profile TARGET=edge webpack",
"build:chrome": "cross-env NODE_ENV=production TARGET=chrome webpack",
"build:firefox": "cross-env NODE_ENV=production TARGET=firefox webpack",
"build:opera": "cross-env NODE_ENV=production TARGET=opera webpack",
"build:edge": "cross-env NODE_ENV=production TARGET=edge webpack",
"upload:chrome": "cross-env NODE_ENV=upload TARGET=chrome webpack",
"upload:firefox": "cross-env NODE_ENV=upload TARGET=firefox webpack",
"upload:opera": "cross-env NODE_ENV=upload TARGET=opera webpack",
"upload:edge": "cross-env NODE_ENV=upload TARGET=edge webpack",
"build": "yarn run build:chrome && yarn run build:firefox && yarn run build:opera && yarn run build:edge",
"upload": "yarn run upload:chrome && yarn run upload:firefox && yarn run upload:opera && yarn run upload:edge",
"lint-fix": "eslint --ext js,jsx,ts,tsx, src --fix"
},
"author": "Web Dev",
"dependencies": {
"@fingerprintjs/fingerprintjs": "v3.3.4",
"@radix-ui/colors": "^2.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.32.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"html-webpack-plugin": "^5.5.3",
"i18next": "^23.4.4",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-animate-height": "^3.2.2",
"react-dom": "^18.2.0",
"react-i18next": "^13.1.1",
"react-use-firework": "^1.0.2",
"style-loader": "^3.3.3",
"swr": "^2.2.0",
"terser-webpack-plugin": "^5.3.9",
"ts-node": "^10.9.1",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-ext-reloader-mv3": "^2.1.1",
"webpack-extension-manifest-plugin": "^0.8.0",
"zip-webpack-plugin": "^4.0.1"
},
"devDependencies": {
"@types/chrome": "^0.0.242",
"@types/inboxsdk": "^2.0.10",
"@types/jquery": "^3.5.16",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/redux": "^3.6.31",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@types/zip-webpack-plugin": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.1",
"prettier": "^3.0.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack-cli": "^5.1.4"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/WebExp0528/React-Extension-Boilerplate"
}
}