This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.58 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
{
"name": "courses24maker-admin",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"e2e": "node test/e2e/runner.js",
"lint": "vue-cli-service lint",
"lint-fix": "vue-cli-service lint --fix",
"dev": "vue-cli-service serve --open"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.7",
"axios": "^0.19.0",
"bootstrap": "^4.0.0",
"bootstrap-vue": "^2.0.2",
"chartist": "^0.11.0",
"es6-promise": "^4.2.4",
"jquery": "^3.4.1",
"serve": "^11.2.0",
"vue": "^2.5.17",
"vue-axios": "^2.1.4",
"vue-clickaway": "^2.1.0",
"vue-json-csv": "^1.2.8",
"vue-notifyjs": "^0.3.0",
"vue-router": "^3.0.1",
"vue-search-select": "^2.9.3",
"vue-select": "^3.2.0",
"vue-sessionstorage": "^1.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.9",
"@vue/cli-plugin-eslint": "^3.0.0-beta.9",
"@vue/cli-service": "^3.0.0-beta.9",
"@vue/eslint-config-prettier": "^3.0.0-beta.9",
"vue-template-compiler": "^2.5.17",
"node-sass": "^4.8.3",
"sass-loader": "^6.0.7"
},
"description": "A sample admin dashboard based on paper dashboard UI template",
"author": "cristian.jora <[email protected]>",
"engines": {
"node": ">= 8.1.4",
"npm": ">= 5.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}