souvenir/package.json

28 lines
641 B
JSON
Raw Normal View History

2019-03-08 22:17:59 +00:00
{
"name": "souvenir",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "parcel src/index.html",
"build": "parcel build src/index.html"
2019-03-08 22:17:59 +00:00
},
"dependencies": {
"gif-writer": "^0.9.3",
2019-03-08 22:17:59 +00:00
"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": "**"
2019-03-08 22:17:59 +00:00
}
}