mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
24 lines
545 B
JSON
24 lines
545 B
JSON
{
|
|
"name": "web-worker",
|
|
"description": "Demo web workers in nuxt.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
"precommit": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"nuxt-edge": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^8.2.6",
|
|
"eslint": "^5.1.0",
|
|
"eslint-loader": "^2.0.0",
|
|
"eslint-plugin-vue": "^4.5.0",
|
|
"worker-loader": "^1.1.1"
|
|
}
|
|
}
|