forked from mscraftsman/devcon2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 812 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 812 Bytes
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
{
"name": "devcon2020",
"version": "0.1.0",
"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": "^4.2.2",
"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"
}
}