mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 21:30:21 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "souvenir",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "Copyleft",
|
|
"scripts": {
|
|
"serve": "npm run serve-milia",
|
|
"serve-milia": "parcel src/index.html",
|
|
"build": "parcel build src/index.html",
|
|
"lint": "eslint --ext .js,vue .",
|
|
"lint-fix": "eslint --ext .js,vue . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@vue/compat": "^3.2.20",
|
|
"folktale": "^2.3.2",
|
|
"generic-pool": "^3.7.1",
|
|
"gif-writer": "^0.9.3",
|
|
"objectFitPolyfill": "^2.3.0",
|
|
"parcel": "^2.0.0",
|
|
"postcss-modules": "^1.4.1",
|
|
"vue": "^3.2.20",
|
|
"vue-router": "^4.0.11",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/packager-raw-url": "^2.0.0",
|
|
"@parcel/transformer-vue": "^2.0.0",
|
|
"@parcel/transformer-webmanifest": "^2.0.0",
|
|
"@vue/compiler-sfc": "^3.2.20",
|
|
"autoprefixer": "^9.7.0",
|
|
"eslint": "^8.0.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-vue": "^7.19.1",
|
|
"parcel-plugin-static-files-copy": "^2.4.3",
|
|
"vue-hot-reload-api": "^2.3.4",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"staticFiles": {
|
|
"staticPath": "public",
|
|
"watcherGlob": "**"
|
|
}
|
|
}
|