-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 817 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@nuxt/loading-screen",
"version": "2.0.4",
"repository": "nuxt/loading-screen",
"license": "MIT",
"main": "lib/module.js",
"files": [
"lib",
"app-dist"
],
"scripts": {
"build": "yarn poi --prod",
"lint": "eslint --ext .vue,.ts,.js .",
"test": "yarn lint",
"prepack": "yarn build",
"release": "yarn test && standard-version && git push --follow-tags && npm publish"
},
"dependencies": {
"connect": "^3.7.0",
"defu": "^5.0.0",
"get-port-please": "^2.2.0",
"node-res": "^5.0.1",
"serve-static": "^1.14.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "latest",
"eslint": "latest",
"poi": "latest",
"standard-version": "latest",
"unfetch": "latest",
"vue": "latest",
"vue-template-compiler": "latest"
}
}