tachiyomi-website/package.json
Simon M 32269ed3d1
Track download modal clicks (#117)
* Update dependencies

* Added GA tags for Download modal

* Button cleanup on Getting Started

Also prefix `ga` with `window.`

* Minor changes

* Split tracking names

* Add download feedback modal

Similiar to the one shown on the index page

* Fixed indentation level for "downloadDev()"
2020-03-02 18:29:16 -05:00

40 lines
1.0 KiB
JSON

{
"name": "tachiyomi-website",
"version": "0.0.0",
"scripts": {
"build": "npm run lint && vuepress build src",
"lint": "eslint --fix src/.vuepress/**/*.{js,vue} --no-ignore",
"serve": "vuepress dev src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tachiyomiorg/website.git"
},
"private": true,
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-google-analytics": "^1.3.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-config-vuepress": "^2.1.0",
"eslint-plugin-prettier": "^3.1.2",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"vue-agile": "^1.0.11",
"vuepress": "^1.3.1",
"vuepress-plugin-clean-urls": "^1.1.1",
"vuepress-plugin-container": "^2.1.2"
},
"dependencies": {
"@mdi/font": "^4.9.95",
"axios": "^0.19.2",
"iso-639-1": "^2.1.0",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"material-design-icons": "^3.0.1",
"vue-sweetalert2": "^3.0.3"
}
}