-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 KB
/
package.json
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
{
"name": "create-nuxt-typo3",
"version": "0.7.0",
"description": "Create a TYPO3 baed on Nuxt.js App in seconds.",
"bin": "cli.js",
"files": [
"cli.js",
"prompts.js",
"saofile.js",
"template/"
],
"repository": {
"url": "git+https://github.com/TYPO3-Initiatives/create-nuxt-typo3",
"type": "git"
},
"scripts": {
"lint": "eslint --ext .js,.mjs,.vue .",
"test": "ava --verbose",
"test:snapshot": "ava --verbose --update-snapshots",
"release": "standard-version"
},
"dependencies": {
"cac": "^6.5.7",
"chalk": "^2.4.2",
"cross-spawn": "^7.0.1",
"envinfo": "^7.5.0",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"sao": "^1.7.0",
"superb": "^4.0.0",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.2",
"@ava/babel": "^1.0.1",
"ava": "^3.5.0",
"eslint": "^6.8.0",
"standard-version": "^7.1.0"
},
"authors": [
"Egoist <0x142857@gmail.com>",
"Nuxt team <team@nuxtjs.org>",
"Clark Du <clark.duxin@gmail.com>"
],
"license": "MIT"
}