@nuxt/modules 0.5.0-ca63c4 → 0.5.0-cbf2a9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +5195 -0
- package/package.json +2 -24
- package/README.md +0 -27
- package/dist/modules.json +0 -4650
package/package.json
CHANGED
|
@@ -1,28 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.5.0-
|
|
3
|
+
"version": "0.5.0-cbf2a9",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"main": "
|
|
6
|
-
"files": [
|
|
7
|
-
"dist"
|
|
8
|
-
],
|
|
9
|
-
"scripts": {
|
|
10
|
-
"build": "yarn cli build",
|
|
11
|
-
"cli": "ts-node ./scripts/cli",
|
|
12
|
-
"release": "yarn cli version && npm publish",
|
|
13
|
-
"sync": "yarn cli sync"
|
|
14
|
-
},
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"@nuxtjs/eslint-config-typescript": "^3.0.0",
|
|
17
|
-
"@types/node": "^14.6.0",
|
|
18
|
-
"axios": "^0.20.0",
|
|
19
|
-
"defu": "^3.1.0",
|
|
20
|
-
"execa": "^4.0.3",
|
|
21
|
-
"fs-extra": "^9.0.1",
|
|
22
|
-
"globby": "^11.0.1",
|
|
23
|
-
"hasha": "^5.2.0",
|
|
24
|
-
"js-yaml": "^3.14.0",
|
|
25
|
-
"ts-node": "^9.0.0",
|
|
26
|
-
"typescript": "^4.0.2"
|
|
27
|
-
}
|
|
5
|
+
"main": "./modules.json"
|
|
28
6
|
}
|
package/README.md
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# Nuxt Modules
|
|
2
|
-
|
|
3
|
-
[](#)
|
|
4
|
-
[](https://www.npmjs.com/package/@nuxt/modules)
|
|
5
|
-
|
|
6
|
-
## Contribution
|
|
7
|
-
|
|
8
|
-
- If you feel a module is missing, please create a new [issue](https://github.com/nuxt/modules/issues/new)
|
|
9
|
-
- If some meta is wrong, feel free directly opening a PR
|
|
10
|
-
|
|
11
|
-
### Add/Update repository
|
|
12
|
-
|
|
13
|
-
`yarn sync <name> <repo>`
|
|
14
|
-
|
|
15
|
-
Example: `yarn sync tailwindcss nuxt-community/tailwindcss-module`
|
|
16
|
-
|
|
17
|
-
### Auto update all current modules
|
|
18
|
-
|
|
19
|
-
`yarn sync`
|
|
20
|
-
|
|
21
|
-
### Generate `dist/module.json`
|
|
22
|
-
|
|
23
|
-
`yarn build`
|
|
24
|
-
|
|
25
|
-
## License
|
|
26
|
-
|
|
27
|
-
MIT
|