souvenir/package.json

50 lines
1.4 KiB
JSON
Raw Normal View History

2019-03-08 22:17:59 +00:00
{
"name": "souvenir",
"version": "0.1.0",
"private": true,
2019-03-22 16:51:20 +00:00
"license": "Copyleft",
2019-03-08 22:17:59 +00:00
"scripts": {
2019-05-20 18:21:57 +00:00
"serve": "npm run serve-milia",
"serve-milia": "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": {
2019-10-24 14:34:16 +00:00
"@babel/runtime": "^7.6.3",
2019-05-20 13:18:00 +00:00
"folktale": "^2.3.2",
2019-10-24 14:34:16 +00:00
"generic-pool": "^3.7.1",
"gif-writer": "^0.9.3",
2019-10-24 14:34:16 +00:00
"objectFitPolyfill": "^2.3.0",
2019-03-12 14:45:24 +00:00
"postcss-modules": "^1.4.1",
2019-04-05 00:53:51 +00:00
"vue": "^2.6.10",
2019-10-24 14:34:16 +00:00
"vue-router": "^3.1.3",
"vuex": "^3.1.1"
2019-03-08 22:17:59 +00:00
},
"devDependencies": {
2019-10-24 14:34:16 +00:00
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@vue/component-compiler-utils": "^3.0.0",
"autoprefixer": "^9.7.0",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.2.1",
"parcel-plugin-sw-precache": "^1.1.1",
"vue-hot-reload-api": "^2.3.4",
2019-04-05 00:53:51 +00:00
"vue-template-compiler": "^2.6.10"
},
"staticFiles": {
"staticPath": "public",
"watcherGlob": "**"
},
"sw-precache": {
"maximumFileSizeToCacheInBytes": 10485760
2019-03-08 22:17:59 +00:00
}
}