-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.18 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
{
"name": "on-size-chrome-extension",
"version": "4.4.0",
"description": "Chrome Extension for On Size",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lxieyang/chrome-extension-boilerplate-react.git"
},
"scripts": {
"build": "webpack --progress --config webpack.prod.js",
"start": "webpack --watch --progress --config webpack.dev.js"
},
"dependencies": {
"@types/styled-components": "^5.1.26",
"axios": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recoil": "^0.7.6",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@types/chrome": "^0.0.202",
"@types/node": "^18.11.18",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.3.0",
"babel-plugin-styled-components": "^2.0.7",
"babel-preset-react-app": "^10.0.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^6.7.2",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"esbuild-loader": "^2.20.0",
"eslint": "^8.31.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"file-loader": "^6.2.0",
"fs-extra": "^10.1.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"lottie-react": "^2.3.1",
"node-sass": "^8.0.0",
"prettier": "^2.7.1",
"sass-loader": "^13.2.0",
"source-map-loader": "^3.0.1",
"style-loader": "^3.3.1",
"styled-component": "^2.8.0",
"styled-reset": "^4.4.4",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}