-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 1.68 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
69
70
71
{
"name": "seedstorm",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"publish": "yarn build --no-clean && cd dist && git add . && git commit -m 'Update' && git push",
"now-build": "npm run build"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"axios": "^0.18.0",
"babel-runtime": "^6.26.0",
"bootstrap": "^4.3.1",
"core-js": "^2.6.5",
"epic-spinners": "^1.0.4",
"flag-icon-css": "^3.3.0",
"hooper": "^0.1.2",
"jquery": "^3.4.0",
"node-sass": "^4.11.0",
"node-snackbar": "^0.1.15",
"popper.js": "^1.15.0",
"sass-loader": "^7.1.0",
"sweetalert2": "^8.8.5",
"vue": "^2.6.10",
"vue-cookie-law": "^1.10.0",
"vue-gravatar": "^1.3.0",
"vue-headful": "^2.0.1",
"vue-i18n": "^8.10.0",
"vue-markdown": "^2.2.4",
"vue-nprogress": "^0.1.5",
"vue-router": "^3.0.5",
"vue-typer": "^1.2.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.5.21"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}