-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.51 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
{
"name": "pdb-prints",
"version": "2.0.0",
"description": "A PDBprint for a PDB entry is a collection of PDBlogos displayed in a specific order, where each icon represents a well-defined category of information.",
"keywords": [
"BioJS",
"PDB web-component",
"PDB Prints",
"PDBe"
],
"homepage": "https://github.com/PDBeurope/pdb-prints#readme",
"repository": {
"type": "git",
"url": "https://github.com/PDBeurope/pdb-prints.git"
},
"bugs": {
"url": "https://github.com/PDBeurope/pdb-prints/issues"
},
"scripts": {
"test": "echo 'Error: no test specified' && exit 1",
"build-dev": "npm run build-tsc && npm run build-webpack-dev && npm run bundle-package",
"build-webpack-dev": "webpack --mode development",
"build": "npm run build-tsc && npm run build-webpack && npm run bundle-package",
"build-tsc": "tsc",
"build-webpack": "webpack --mode production",
"bundle-package": "gulp"
},
"author": {
"name": "Mandar Deshpande",
"email": "[email protected]"
},
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.1.5",
"@babel/runtime": "^7.7.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-uglify": "^3.0.2",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}