-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
70 lines (70 loc) · 1.97 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
70
{
"name": "diva.js",
"version": "6.0.2",
"description": "Diva.js",
"main": "source/js/diva.js",
"scripts": {
"test": "npm run build:production && karma start",
"lint": "jshint --reporter=node_modules/jshint-stylish source/js test",
"develop": "webpack-dev-server",
"build:develop": "webpack --progress",
"build:production": "NODE_ENV=production webpack --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DDMAL/diva.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DDMAL/diva.js/issues"
},
"homepage": "https://github.com/DDMAL/diva.js#readme",
"dependencies": {
"@ungap/url-search-params": "^0.1.4",
"array.prototype.fill": "^1.0.2",
"extend": "^3.0.2",
"lodash": "^4.17.15",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"babel-register": "^6.18.0",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"connect": "^3.7.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"debug": "^3.2.6",
"del": "^3.0.0",
"es6-promise": "^4.2.8",
"http-server": "^14.1.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jshint": "^2.11.0",
"jshint-stylish": "^2.2.1",
"karma": "^4.4.1",
"karma-babel-preprocessor": "^8.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^4.0.2",
"lodash.maxby": "^4.6.0",
"mini-css-extract-plugin": "^0.4.5",
"mocha": "^5.2.0",
"postcss-loader": "^3.0.0",
"puppeteer": "^1.20.0",
"sass": "^1.62.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"divaOptions": {
"mainEntry": "diva.js",
"mainVarName": "Diva"
}
}