This repository has been archived by the owner on Dec 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
53 lines (53 loc) · 1.81 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": "vue-cloudfront",
"version": "0.0.0",
"private": true,
"description": "vue-cloudfront - PWA for cloud storage with focus on design and performance. Made especially for self-hosting purposes. Build with vuejs2 and vuex. Always Open Source, MIT license.",
"author": "Simon Reinisch",
"license": "MIT",
"main": "./src/main.js",
"keywords": [
"vue",
"webpack",
"starter",
"server-side",
"boilerplate",
"cloud",
"progressive-webapp",
"pwa"
],
"repository": "https://github.com/ovanta/vue-cloudfront",
"scripts": {
"build": "vue-cli-service build",
"build:docker": "docker build -f docker/Dockerfile . -t vue-cloudfront",
"build:analyze": "vue-cli-service build --analyze-bundle",
"lint": "vue-cli-service lint ./src",
"dev": "vue-cli-service serve"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.1",
"@simonwep/pickr": "^1.2.7",
"@simonwep/selection-js": "^1.2.0",
"normalize.css": "^8.0.1",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-plugin-pwa": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
"node-sass": "^4.12.0",
"raw-loader": "^3.1.0",
"sass-loader": "^7.2.0",
"sassyfication": "^0.2.0",
"vue-cli-plugin-webpack-bundle-analyzer": "^1.4.0",
"vue-template-compiler": "^2.6.10",
"vue-thread-loader": "^0.1.0",
"webapp-webpack-plugin": "^2.7.1"
}
}