-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.11 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.11 KB
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
{
"private": true,
"license": "MIT",
"files": [
"/src/"
],
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.0.0",
"@iconduit/browserconfig-loader": "^0.2.0",
"@iconduit/consumer": "^0.4.1",
"@iconduit/html-webpack-plugin": "^0.4.1",
"@iconduit/webmanifest-loader": "^0.3.0",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^14.0.0",
"core-js": "^3.16.2",
"html-webpack-plugin": "^5.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"webpack": "^5.96.1",
"webpack-cli": "^7.0.0",
"workbox-webpack-plugin": "^7.0.0",
"workbox-window": "^7.0.0"
},
"devDependencies": {
"@babel/register": "^7.15.3",
"eslint": "^8.45.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-promise": "^7.0.0",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^4.0.0",
"webpack-bundle-analyzer": "^5.0.0",
"webpack-dev-server": "^5.0.0"
}
}