-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
61 lines (61 loc) · 1.8 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
{
"name": "epiboard",
"version": "1.7.3",
"description": "A new tab page adding a touch of WOW whith an interface following the lines of material design, One card for each need, that's your dashboard!",
"author": "Alexis Rouillard <contact@arouillard.fr>",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"build:chrome": "cross-env BUILD_TARGET=chrome vue-cli-service build",
"build:firefox": "cross-env BUILD_TARGET=firefox vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.1",
"hammerjs": "^2.0.8",
"marked": "^0.7.0",
"material-design-icons-iconfont": "^5.0.1",
"muuri": "^0.8.0",
"resize-observer-polyfill": "^1.5.1",
"vue": "^2.6.10",
"vue-analytics": "^5.17.2",
"vue-axios": "^2.1.5",
"vue-i18n": "^8.15.0",
"vue-router": "^3.1.3",
"vuetify": "^1.5.19",
"vuex": "^3.1.1",
"vuex-persist": "^2.1.0",
"webextension-polyfill": "^0.5.0"
},
"devDependencies": {
"@vue/cli": "^3.12.0",
"@vue/cli-plugin-babel": "^3.12.0",
"@vue/cli-plugin-eslint": "^3.12.0",
"@vue/cli-service": "^3.12.0",
"@vue/eslint-config-airbnb": "^4.0.1",
"babel-plugin-transform-imports": "^2.0.0",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^6.0.3",
"glob": "^7.1.4",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prerender-spa-plugin": "^3.4.0",
"sass-loader": "^7.3.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.2.2",
"zip-a-folder": "0.0.9"
},
"browserslist": [
"Firefox >= 54",
"Chrome >= 54"
],
"bundlesize": [
{
"path": "./dist/js/*.js",
"maxSize": "90 kB"
}
]
}