mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
20 lines
420 B
JSON
20 lines
420 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": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"worker-loader": "^1.1.1"
|
|
}
|
|
}
|