-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
{
"name": "crystaljobs-web",
"version": "3.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:staging": "vue-cli-service build --mode staging",
"lint": "vue-cli-service lint",
"stylelint": "stylelint **/*.sass --syntax sass && stylelint **/*.vue --syntax sass"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"@vue/eslint-config-standard": "^3.0.1",
"axios": "^0.18.0",
"github-api": "^3.0.0",
"jwt-decode": "^2.2.0",
"node-sass": "^4.9.0",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.0.1",
"stylelint": "^9.5.0",
"stylelint-config-rational-order": "^0.0.2",
"stylelint-config-standard": "^18.2.0",
"stylelint-csstree-validator": "^1.3.0",
"stylelint-processor-html": "^1.0.0",
"tiptap": "^0.19.0",
"tiptap-extensions": "^0.21.0",
"vee-validate": "^2.1.0-beta.11",
"vue": "^2.5.17",
"vue-particles": "^1.0.9",
"vue-router": "^3.0.1",
"vue-switches": "^2.0.1",
"vue-template-compiler": "^2.5.17",
"vuex": "^3.0.1"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"vue": {
"productionSourceMap": false,
"integrity": true
}
}