-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.8 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
{
"name": "education",
"version": "0.0.1",
"description": "NSIP: Digital classroom dynamic",
"productName": "Digital Classroom Dynamic",
"cordovaId": "org.cordova.quasar.app",
"author": "Angie Y <angiey1212@gmail.com>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"start": "./node_modules/.bin/quasar dev",
"debug": "./node_modules/.bin/quasar dev",
"build": "./node_modules/.bin/quasar build && rsync -av src/assets dist/spa-mat/",
"buildstatic": "go build -o dist/spa-mat/static tools/static.go",
"update-version": "bash tools/update-version.sh"
},
"dependencies": {
"@marketconnect/vue-pivot-table": "0.0.1",
"apexcharts": "^3.8.2",
"axios": "^0.19.0",
"jqwidgets-scripts": "^8.0.0",
"particles.js": "^2.0.0",
"quasar-calendar": "^0.3.4",
"vue-apexcharts": "^1.4.0",
"vue-canvas-effect": "0.0.12",
"vue-canvas-nest": "^2.0.0",
"vue-js-grid": "^1.0.1",
"vue-schedule": "^2.0.4",
"vue-slicksort": "^1.1.3",
"vue-template-compiler": "^2.6.10",
"vuedraggable": "^2.17.0",
"vuelidate": "^0.7.4"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.3.0",
"quasar-cli": "^0.17.26",
"strip-ansi": "=3.0.1",
"vue-particles": "^1.0.9"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}