-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
43 lines (43 loc) · 1.33 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
{
"name": "json-viewer",
"private": true,
"scripts": {
"dev": "webpack",
"build": "NODE_ENV=production webpack --config webpack.config.production.js",
"package": "cd chrome; cp ../LICENSE .; zip -r ../chrome.zip .; rm LICENSE; cd ..",
"lint": "npx prettier --list-different src"
},
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589",
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@types/chrome": "^0.0.263",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@types/webpack-bundle-analyzer": "^4.7.0",
"babel-loader": "^9.1.3",
"cheerio": "1.0.0-rc.12",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.10.0",
"del": "^7.1.0",
"fs-extra": "^11.2.0",
"gulp": "^4.0.2",
"gulp-download-stream": "^0.0.20",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-unzip": "^1.1.0",
"node-fetch": "^3.3.2",
"prop-types": "^15.8.1",
"properties-loader": "^0.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.4.3",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4"
}
}