souvenir/package.json

48 lines
1.3 KiB
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",
2019-03-11 21:10:12 +00:00
"build": "parcel build src/index.html",
"lint": "eslint --ext .js,vue .",
"lint-fix": "eslint --ext .js,vue . --fix"
2019-03-08 22:17:59 +00:00
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"eventemitter3": "^3.1.0",
2019-03-14 17:27:05 +00:00
"generic-pool": "^3.6.1",
"gif-writer": "^0.9.3",
"objectFitPolyfill": "^2.1.1",
2019-03-14 17:27:05 +00:00
"p-event": "^4.0.0",
2019-03-12 14:45:24 +00:00
"postcss-modules": "^1.4.1",
2019-03-08 22:17:59 +00:00
"vue": "^2.6.6",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@vue/component-compiler-utils": "^2.6.0",
"autoprefixer": "^9.4.10",
2019-03-11 21:10:12 +00:00
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"parcel-bundler": "^1.12.0",
"parcel-plugin-static-files-copy": "^2.0.0",
"parcel-plugin-sw-precache": "^1.0.4",
"vue-hot-reload-api": "^2.3.3",
"vue-template-compiler": "^2.6.8"
},
"staticFiles": {
"staticPath": "public",
"watcherGlob": "**"
},
"sw-precache": {
"maximumFileSizeToCacheInBytes": 10485760
2019-03-08 22:17:59 +00:00
}
}