-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
66 lines (66 loc) · 1.87 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "indigo",
"version": "3.0.0",
"description": "Indigo is a Django application for working with Akoma Ntoso legislation.",
"main": "",
"directories": {
"doc": "docs"
},
"dependencies": {
"bootstrap": "^5.3.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"@lawsafrica/bluebell-monaco": "^4.7.3",
"@lawsafrica/indigo-akn": "^5.6.0",
"@lawsafrica/law-widgets": "^2.0.1",
"bootstrap-select": "^1.13.18",
"bower": "^1.8.8",
"canopy": "^0.4.1",
"chart.js": "^2.8.0",
"css-loader": "^5.2.6",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.18.0",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"htmx.org": "^2.0.1",
"i18next": "^23.11.3",
"i18next-http-backend": "^2.5.1",
"i18next-parser": "^8.13.0",
"indigo-web": "^8.1.2",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"monaco-editor": "^0.50.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"sass-loader": "^13.0.2",
"style-loader": "^4.0.0",
"tippy.js": "^6.3.7",
"ts-loader": "^8.1.0",
"typescript": "^4.6.3",
"vue": "^2.6.14",
"vue-loader": "^15.10.0",
"vue-template-compiler": "2.6.14",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
},
"scripts": {
"test": "python manage.py test",
"extract-translations": "i18next"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laws-africa/indigo.git"
},
"author": "Greg Kempe ([email protected])",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/laws-africa/indigo/issues"
},
"homepage": "https://github.com/laws-africa/indigo#readme"
}