forked from deltaproject/Delta
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 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
{
"name": "delta",
"productName": "Delta",
"version": "0.6.9",
"description": "Een moderne versie van Magister, gemaakt voor leerlingen.",
"main": "main.js",
"scripts": {
"test": "npx standard --fix --verbose '**/*.{html,js,vue,md}' | npx snazzy",
"start": "npx electron .",
"watch": "npx sass --watch scss:dist/css --style=compressed",
"package": "npx electron-packager . --platform=win32,darwin,linux"
},
"author": "Kees van Voorthuizen",
"license": "MPL-2.0",
"devDependencies": {
"electron-packager": "^13.0.1",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-markdown": "^1.0.0",
"sass": "^1.16.1",
"snazzy": "^8.0.0",
"standard": "^12.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"@magisterjs/dynamic-authcode": "^1.0.0",
"animate.css": "^3.7.0",
"chart.js": "^2.7.3",
"download": "^7.1.0",
"electron": "^3.1.1",
"electron-is-dev": "^1.0.1",
"electron-reload": "^1.4.0",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"magister.js": "^2.0.0-alpha.8",
"moment": "^2.23.0",
"underscore": "^1.9.1",
"vue": "^2.5.22"
},
"standard": {
"plugins": [
"html",
"markdown"
]
}
}