-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@nuxt/modules",
"version": "0.5.0",
"license": "MIT",
"main": "dist/modules.json",
"files": [
"dist"
],
"scripts": {
"build": "yarn cli build",
"cli": "jiti ./scripts/cli",
"dev": "nuxt",
"generate": "nuxt generate",
"release": "yarn cli version && npm publish",
"start": "nuxt-ts start",
"lint": "eslint --ext .vue,.ts .",
"sync": "yarn cli sync",
"test": "yarn lint && yarn sync"
},
"devDependencies": {
"@nuxt/content": "^1.14.0",
"@nuxt/image": "^0.5.0",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/html-validator": "^0.5.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/tailwindcss": "^4.1.3",
"@octokit/rest": "^18.5.6",
"@types/node": "^14.17.11",
"autoprefixer": "^10.2.6",
"axios": "^0.21.1",
"defu": "^5.0.0",
"eslint": "^7.32.0",
"execa": "^5.0.1",
"fs-extra": "^10.0.0",
"fs-memo": "^1.2.0",
"fuse.js": "^6.4.6",
"globby": "^11.0.4",
"got": "^11.8.2",
"hasha": "^5.2.2",
"jiti": "^1.11.0",
"js-yaml": "^4.1.0",
"millify": "^4.0.0",
"nuxt-ackee": "^2.0.0",
"nuxt-edge": "^2.16.0-27162734.1455784",
"postcss": "^8.3.6",
"tailwindcss": "^2.1.4",
"ts-loader": "^8.3.0",
"typescript": "^4.3.5",
"v-tooltip": "^2.1.3",
"vue-lazy-hydration": "^2.0.0-beta.4",
"vue-plausible": "^1.2.1"
}
}