Files
tauri-webpack/package.json
Daniel Thompson-Yvetot d0821db848 feat(init)
2019-12-15 23:46:33 +01:00

40 lines
1.1 KiB
JSON

{
"name": "@tauri-apps/tauri-webpack",
"version": "0.1.0",
"description": "Webpack configuration for Tauri.",
"main": "index.js",
"scripts": {
"lint-fix": "eslint --fix ./plugins/*.js ./*.js",
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tauri-apps/tauri.git"
},
"keywords": [
"tauri",
"webpack"
],
"author": "Lucas Nogueira <lucas@quasar.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tauri-apps/tauri/issues"
},
"homepage": "https://github.com/tauri-apps/tauri#readme",
"dependencies": {
"webpack-shell-plugin": "^0.5.0"
},
"devDependencies": {
"eslint": "6.7.2",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-lodash-template": "0.15.0",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-standard": "4.0.1",
"lint-staged": "9.5.0",
"lockfile-lint": "3.0.3"
}
}