-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
65 lines (65 loc) · 1.84 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
{
"name": "oldp",
"version": "0.1.0",
"description": "Open Legal Data Platform",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "python manage.py runserver",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "webpack --config webpack.config.js",
"build": "webpack --config webpack.config.js --progress --colors",
"watch": "webpack --config webpack.config.js --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openlegaldata/oldp.git"
},
"author": "Malte Schwarzer",
"license": "MIT",
"bugs": {
"url": "https://github.com/openlegaldata/oldp/issues"
},
"homepage": "https://openlegaldata.io/",
"devDependencies": {
"babel": "^6.23.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^6.4.0",
"css-loader": "^1.0.1",
"extract-loader": "^3.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"lodash": ">=4.17.19",
"lodash.mergewith": ">=4.6.2",
"lodash.template": ">=4.5.0",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^5.0.0",
"postcss-cli": "^8.3.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass-loader": "^7.3.1",
"serialize-javascript": ">=3.1.0",
"style-loader": "^0.23.1",
"webpack": "^5.10.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"bootstrap": "4.3.1",
"dot-prop": ">=4.2.1",
"elliptic": ">=6.5.4",
"font-awesome": "^4.7.0",
"jquery": "^3.5.0",
"jquery-ui": "^1.12.1",
"jquery-ui-bundle": "^1.12.1",
"kind-of": ">=6.0.3",
"minimist": ">=0.2.1",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"select2-bootstrap4-theme": "^1.0.0",
"serialize-javascript": ">=3.1.0",
"yargs-parser": "^20.2.4"
}
}