-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
60 lines (60 loc) · 1.95 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
{
"name": "chrome-extension-react-template",
"version": "1.0.0",
"description": "Chrome Extension React Template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --env ENV=production --config webpack.config.js",
"start": "webpack watch --env ENV=development --config webpack.config.js",
"build-dev": "webpack --env ENV=development --config webpack.config.js"
},
"repository": "https://github.com/raojinlin/chrome-extension-react-antd-template.git",
"author": "",
"license": "ISC",
"dependencies": {
"@webpack-cli/serve": "^2.0.5",
"ajv": "^8.0.0",
"ajv-keywords": "^5.1.0",
"antd": "^5.8.2",
"browserslist": "^4.22.2",
"core-js": "^3.9.1",
"date-fns": "^3.6.0",
"lodash": "^4.17.11",
"luxon": "^3.4.4",
"mem": "^9.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slash2": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-computed-properties": "^7.13.0",
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
"@babel/plugin-transform-regenerator": "^7.12.13",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^9.1.3",
"babel-plugin-import": "^1.13.3",
"babel-plugin-transform-runtime": "^6.23.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^6.0.0",
"file-loader": "^6.2.0",
"html-loader": "^0.5.5",
"less": "^3.9.0",
"less-loader": "^11.1.3",
"raw-loader": "^4.0.2",
"slash": "^3.0.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^6.0.1",
"tsc": "^1.20150623.0",
"typescript": "^3.4.5",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^3.5.1",
"webpackbar": "^5.0.2"
}
}