-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "chrome-extention-json-viewer-jq",
"version": "1.0.0",
"description": "JSON viewer + jq filter",
"main": "index.js",
"scripts": {
"build:debug": "DEBUG=true webpack --mode production",
"build": "webpack --mode production",
"test": "jest"
},
"author": "nusuke",
"license": "MIT",
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/chrome": "^0.0.261",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/react-test-renderer": "^18.0.7",
"copy-webpack-plugin": "^12.0.2",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.10.0",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.8.0",
"react-test-renderer": "^18.2.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"jq-web": "^0.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}