-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1 KB
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
{
"name": "updog",
"version": "0.0.1",
"description": "WebApp for quick access to changelogs / release notes of software.",
"private": true,
"scripts": {
"test": "ajv test -c ajv-formats -s data.schema.json -d data.json --valid",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PotcFdk/UpDog.git"
},
"author": "PotcFdk",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/PotcFdk/UpDog/issues"
},
"homepage": "https://github.com/PotcFdk/UpDog#readme",
"devDependencies": {
"@potcfdk/html-webpack-banner-plugin": "git+https://github.com/PotcFdk/html-webpack-banner-plugin.git",
"ajv-cli": "^5.0.0",
"ajv-formats": "^3.0.1",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.5",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.8",
"style-loader": "^4.0.0",
"webpack": "^5.111.1",
"webpack-cli": "^7.2.3"
},
"dependencies": {
"jquery": "^4.0.0",
"jquery-ui": "^1.14.2"
}
}