-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.27.0",
"axios": "^0.15.3",
"bootstrap-sass": "^3.3.7",
"bootstrap-tooltip": "^3.1.1",
"chosen-js": "^1.8.0",
"core-js": "^3.0.0",
"eonasdan-bootstrap-datetimepicker": "Eonasdan/bootstrap-datetimepicker",
"eslint": "^6.0.1",
"eslint-plugin-vue": "^5.2.2",
"gulp": "^3.9.1",
"inputmask": "^3.3.9",
"jquery": "^3.3.1",
"js-file-download": "^0.4.1",
"json-loader": "^0.5.7",
"lodash": "^4.16.2",
"moment": "^2.18.1",
"moment-timezone": "^0.5.14",
"node-sass": "^4.10.0",
"sass-loader": "^7.0.1",
"tinycolor2": "^1.4.1",
"ts-loader": "^5.3.0",
"typescript": "^3.1.6",
"vue": "^2.6.10",
"vue-events": "^3.1.0",
"vue-loader": "^15.7.0",
"vue-resource": "^1.0.3",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.6.10",
"vuelidate": "^0.7.4",
"vuetable-2": "^1.7.5",
"webpack-notifier": "^1.6.0"
},
"dependencies": {
"admin-lte": "^2.3.11",
"chosen-bootstrap-theme": "^1.0.5",
"normalize-scss": "^6.0.0",
"verte": "^0.0.12",
"vuex": "^3.1.1"
},
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
"lint": "eslint 'assets/js/**/*.{js,vue}'",
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}