-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
69 lines (69 loc) · 1.96 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
67
68
69
{
"name": "django-data-explorer",
"private": false,
"version": "0.2.1",
"main": "frontend_dist/js/app.js",
"author": "Quantitative Engineering Design Inc.",
"license": "BSD License",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"build:example": "cd ./example/filterui_example/ && webpack",
"postbuild": "npm run build:example",
"start": "gulp",
"js-docs": "jsdoc frontend_src/js/* -d js_docs",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "https://github.com/qedsoftware/django-data-explorer.git"
},
"bugs": {
"url": "https://github.com/qedsoftware/django-data-explorer/issues"
},
"homepage": "https://djangoqb.qed.ai",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"del": "^2.2.2",
"eslint": "^3.2.2",
"eslint-plugin-babel": "^3.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-eslint": "^3.0.1",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^2.3.2",
"isparta-loader": "^2.0.0",
"jsdoc": "^3.4.0",
"karma": "^0.13.22",
"karma-coverage": "^0.5.5",
"karma-mocha-reporter": "^1.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-qunit": "^0.1.9",
"karma-webpack": "^1.7.0",
"phantomjs-prebuilt": "^2.1.7",
"qunitjs": "^1.22.0",
"run-sequence": "^1.2.2",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"datatables.net": "^1.10.12",
"datatables.net-dt": "^1.10.12",
"datatables.net-responsive": "^2.1.0",
"datatables.net-responsive-dt": "^2.1.0",
"freewall": "^1.0.8",
"jquery": "^3.0.0",
"jquery-deserialize": "^1.3.7",
"jquery-ui": "1.10.5",
"jquery-ui-timepicker-addon": "^1.5.5",
"js-cookie": "^2.1.2",
"leaflet": "0.7.7",
"moment": "^2.19.1"
}
}