forked from Parthipan-Natkunam/oGraph-previwer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "ographpreviewer",
"version": "2.0.0",
"description": "",
"main": "src/browser_action/popup.js",
"engines": {
"node": "14.x"
},
"scripts": {
"build": "node_modules/.bin/webpack --config webpack.config.js",
"test": "jest",
"test:watch": "jest --watchAll",
"test:coverage": "jest --coverage"
},
"jest": {
"verbose": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/Parthipan-Natkunam/oGraph-previwer.git"
},
"keywords": [],
"author": "Parthipan Natkunam",
"license": "MIT",
"bugs": {
"url": "https://github.com/Parthipan-Natkunam/oGraph-previwer/issues"
},
"homepage": "https://github.com/Parthipan-Natkunam/oGraph-previwer#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^7.0.0",
"css-minimizer-webpack-plugin": "^1.2.0",
"html-minimizer-webpack-plugin": "^2.1.0",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-optipng": "^8.0.0",
"jest": "^26.6.3",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2"
}
}