forked from mavidurak/mentor-front-end-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.66 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
{
"name": "mentor-front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"sass": "sass --watch src/styles/main.scss:public/styles.css",
"build-hooks": "cp -R hooks ./.git/ && chmod +x ./.git/hooks/pre-commit"
},
"dependencies": {
"admin-lte": "^3.1",
"axios": "^0.21.1",
"bootstrap": "^4.5.2",
"chart.js": "^2.9.4",
"core-js": "^3.6.5",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"sweetalert": "^2.1.2",
"vee-validate": "^3.4.0",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
"vue-cookies": "^1.7.4",
"vue-gravatar": "^1.3.1",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue-router": "^3.4.6",
"vue2-datatable-component": "^2.3.1",
"vuetify": "^2.3.13"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@vue/cli-plugin-babel": "~4.5.7",
"@vue/cli-plugin-eslint": "~4.5.7",
"@vue/cli-plugin-router": "~4.5.7",
"@vue/cli-plugin-unit-jest": "~4.5.7",
"@vue/cli-service": "^4.5.8",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "1.1.0",
"babel-eslint": "^10.1.0",
"dart-sass": "^1.25.0",
"deepmerge": "^4.2.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.1.2",
"fibers": "^5.0.0",
"sass": "^1.27.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
}
}