-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
{
"name": "www.ip-tools.org",
"description": "Sources of www.ip-tools.org.",
"version": "0.9.0",
"license": "CC-BY-SA-4.0",
"author": {
"name": "Andreas Motl",
"email": "[email protected]"
},
"keywords": [
"patent",
"information",
"research",
"management",
"trademark",
"design",
"search",
"fulltext"
],
"homepage": "https://github.com/ip-tools/www.ip-tools.org",
"repository": {
"type": "git",
"url": "git://github.com/ip-tools/www.ip-tools.org.git"
},
"bugs": {
"url": "https://github.com/ip-tools/www.ip-tools.org/issues"
},
"scripts": {
"watch": "webpack --config=webpack.develop.config.js --watch --hot",
"build": "webpack --config=webpack.develop.config.js --progress",
"release": "webpack --config=webpack.release.config.js --progress"
},
"devDependencies": {
"csi": "https://github.com/LexmarkWeb/csi.js",
"css-loader": "^5",
"expose-loader": "^4",
"file-loader": "^6",
"github-fork-ribbon-css": "^0.2",
"jquery": "^3.6",
"@materializecss/materialize": "^1",
"pygments-css": "^1",
"style-loader": "^3",
"webpack": "^5",
"webpack-cli": "^4",
"webpack-dev-server": "^4",
"webpack-notifier": "^1"
}
}