-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 KB
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
{
"name": "devcon2020",
"description": "Website of Developers Conference 2020 in Mauritius",
"demo": "https://conference.mscc.mu/",
"version": "0.9.1",
"license": "MIT",
"author": {
"name": "Mauritius Software Craftsmanship Community",
"email": "hello@mscc.mu",
"url": "https://www.mscc.mu"
},
"contributors": [
"https://github.com/mscraftsman/devcon2020/graphs/contributors"
],
"repository": {
"type": "git",
"url": "https://github.com/mscraftsman/devcon2020.git"
},
"bugs": "https://github.com/mscraftsman/devcon2020/issues",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --dest docs",
"ghbuild": "NODE_ENV=ghpages vue-cli-service build --dest docs"
},
"dependencies": {
"core-js": "^3.6.4",
"vue": "^2.6.11",
"vue-css-grid": "^1.0.1",
"vue-extend-layout": "^2.0.6",
"vue-router": "^3.1.5",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.2",
"@vue/cli-plugin-router": "^4.2.2",
"@vue/cli-plugin-vuex": "^4.2.2",
"@vue/cli-service": "^5.0.8",
"jslint": "^0.12.1",
"prettier": "^1.19.1",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"svg-to-vue-component": "^0.3.8",
"vue-cli-plugin-tailwind": "^1.2.0",
"vue-template-compiler": "^2.6.10"
}
}