souvenir/package.json

27 lines
641 B
JSON

{
"name": "souvenir",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"dependencies": {
"gif-writer": "^0.9.3",
"register-service-worker": "^1.6.2",
"vue": "^2.6.6",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/component-compiler-utils": "^2.6.0",
"autoprefixer": "^9.4.10",
"parcel-bundler": "^1.12.0",
"parcel-plugin-static-files-copy": "^2.0.0",
"vue-hot-reload-api": "^2.3.3",
"vue-template-compiler": "^2.6.8"
},
"staticFiles": {
"staticPath": "public",
"watcherGlob": "**"
}
}