-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
46 lines (46 loc) · 1.45 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
{
"name": "ethical-ad-server",
"version": "5.9.0",
"description": "",
"main": "index.js",
"engines": {
"npm": ">=8.0.0 <9.0.0",
"node": ">=16.0.0 <17.0.0"
},
"scripts": {
"build": "webpack --config webpack.config.js --mode=production --progress",
"watch": "webpack --config webpack.config.js --mode=development --watch",
"changelog": "gh-changelog -o readthedocs -r ethical-ad-server -e '' -f CHANGELOG.rst"
},
"repository": {
"type": "git",
"url": "git+https://github.com/readthedocs/ethical-ad-server.git"
},
"author": "Read the Docs, Inc.",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/readthedocs/ethical-ad-server/issues"
},
"homepage": "https://github.com/readthedocs/ethical-ad-server#readme",
"dependencies": {
"bootstrap": "^4.6.2",
"cropperjs": "^1.6.2",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"knockout": "^3.5.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"ethical-ad-client": "git+https://github.com/readthedocs/ethical-ad-client.git",
"github-changelog": "git+https://github.com/davidfischer/github-changelog.git#davidfischer/update-deps",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"
}
}