-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.97 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.97 KB
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": "web",
"version": "1.0.0",
"description": "Web assets for www.overviewdocs.com",
"directories": {
"test": "test"
},
"scripts": {
"dist": "webpack --mode production --display-error-details",
"dev": "webpack --mode development --watch --no-color --display-error-details",
"test": "node_modules/.bin/karma start test/js/karma.conf.js --no-colors --single-run",
"test-continuously": "node_modules/.bin/karma start test/js/karma.conf.js --reporters dots"
},
"repository": {
"type": "git",
"url": "git+https://github.com/overview/overview-server.git"
},
"author": "Adam Hooper <adam@adamhooper.com>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/overview/overview-server/issues"
},
"homepage": "https://github.com/overview/overview-server",
"dependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/runtime": "^7.5.4",
"babel-loader": "^8.0.6",
"babel-preset-minify": "^0.5.0",
"cache-loader": "^4.0.1",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.4.1",
"css-loader": "^3.0.0",
"escape-html": "^1.0.3",
"file-loader": "^4.0.0",
"jssha": "^2.3.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"loader-utils": "^1.2.3",
"mini-css-extract-plugin": "^0.7.0",
"source-map": "^0.7.3",
"svelte": "^1.64.1",
"svelte-loader": "^2.13.5",
"uglify-es": "^3.3.9",
"webpack": "^4.35.3",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.3.6"
},
"devDependencies": {
"chai-jquery": "^2.1.0",
"electron": "^5.0.6",
"jquery": "^3.5.0",
"karma": "^4.2.0",
"karma-chai-plugins": "^0.9.0",
"karma-chrome-launcher": "^3.0.0",
"karma-electron-launcher": "^0.2.0",
"karma-jquery": "^0.2.4",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"mocha": "^6.1.4"
}
}