forked from openlegaldata/oldp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"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.0.4",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"extract-loader": "^3.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.11.0",
"postcss-cli": "^6.1.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"lodash": ">=4.17.13",
"lodash.template": ">=4.5.0",
"lodash.mergewith": ">=4.6.2"
},
"dependencies": {
"bootstrap": "4.3.1",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"jquery-ui": "^1.12.1",
"jquery-ui-bundle": "^1.12.1",
"popper.js": "^1.14.7",
"select2": "^4.0.8",
"select2-bootstrap4-theme": "^1.0.0"
}
}