-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 1.99 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
62
63
64
65
66
67
68
{
"name": "mscc-jobs",
"description": "MSCC Jobs in Tech portal - front-end development",
"demo": "https://jobs.mscc.mu/",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Mauritius Software Craftsmanship Community",
"email": "[email protected]",
"url": "https://www.mscc.mu"
},
"contributors": [
"https://github.com/mscraftsman/mscc-jobs/graphs/contributors"
],
"repository": {
"type": "git",
"url": "https://github.com/mscraftsman/mscc-jobs.git"
},
"bugs": "https://github.com/mscraftsman/mscc-jobs/issues",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --dest dist",
"modern": "vue-cli-service build --modern",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"ghbuild": "NODE_ENV=ghpages vue-cli-service build --dest docs"
},
"dependencies": {
"axios": "^0.24.0",
"document-ready": "^2.0.2",
"i": "^0.3.6",
"lodash": "^4.17.11",
"normalize-css": "^2.3.1",
"normalize.css": "^8.0.1",
"npm": "^8.3.0",
"postscribe": "^2.0.8",
"register-service-worker": "^1.7.2",
"vee-validate": "^2.2.15",
"vue": "^2.6.14",
"vue-js-modal": "^2.0.1",
"vue-meta": "^2.4.0",
"vue-router": "^3.5.3",
"vue-scrollto": "^2.20.0",
"vue-search-select": "^2.8.3",
"vue-the-mask": "^0.11.1",
"vue-timeago": "^5.1.3",
"vue2-dropzone": "^3.6.0",
"vue2-editor": "^2.6.6",
"vue2-google-maps": "^0.10.7",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-pwa": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"browserslist": "^4.19.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"glob-parent": "^6.0.2",
"sass": "^1.16.0",
"sass-loader": "^7.3.1",
"serialize-javascript": "^6.0.0",
"vue-template-compiler": "^2.6.14"
}
}