-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.43 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
{
"name": "conf-22",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "npm run build && echo 2022.jsconf.am > ./dist/CNAME && gh-pages -d dist --repo git@github.com:JSConfArmenia/conf-22.git --branch gh-pages",
"deployHttps": "npm run build && echo 2022.jsconf.am > ./dist/CNAME && gh-pages -d dist --repo https://github.com/JSConfArmenia/conf-22.git --branch gh-pages",
"deployMain": "npm run build && echo jsconf.am > ./dist/CNAME && gh-pages -d dist --repo git@github.com:JSConfArmenia/jsconf.am.git --branch gh-pages",
"deployMainHttps": "npm run build && echo jsconf.am > ./dist/CNAME && gh-pages -d dist --repo https://github.com/JSConfArmenia/jsconf.am.git --branch gh-pages"
},
"dependencies": {
"bootstrap": "^4.6.0",
"css-loader": "^1.0.0",
"font-awesome": "^4.7.0",
"lodash": "^4.17.21",
"moment": "^2.22.2",
"postcss-loader": "^3.0.0",
"vue": "^2.5.17",
"vue-directive-tooltip": "^1.5.0",
"vue-smooth-scroll": "^1.0.13",
"vue2-scrollspy": "^2.3.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-airbnb": "^3.0.1",
"gh-pages": "^1.2.0",
"node-sass": "^4.14.1",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
}
}