-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "juso-sharepic-generator",
"version": "1.2.1",
"description": "Erstelle Sharepics für Social-Media aus verschiedenen Vorlagen im Juso-Style!",
"main": "src/app.js",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/firlus/jusos-sharepic-generator.git"
},
"author": "Michael Firlus",
"license": "ISC",
"bugs": {
"url": "https://github.com/firlus/jusos-sharepic-generator/issues"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.esm.js"
},
"staticFiles": {
"staticPath": [
"src/assets/demo",
"src/assets/designs"
],
"watcherGlob": "**"
},
"homepage": "https://github.com/firlus/jusos-sharepic-generator#readme",
"devDependencies": {
"@vue/component-compiler-utils": "^3.2.0",
"parcel": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.5.0",
"picomatch": "^2.2.2",
"sass": "^1.30.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"bootstrap": "^5.0.0-beta1",
"dom-to-image": "^2.6.0",
"templates": "^1.2.9",
"vue": "^2.6.12",
"vue-hot-reload-api": "^2.3.4",
"vue-router": "^3.4.9"
}
}