forked from grommet/grommet-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.65 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "grommet-cli",
"version": "5.1.102",
"main": "src/grommet.js",
"description": "Command line interface for Grommet.",
"authors": [
"Alan Souza",
"Bryan Jacquot",
"Chris Carlozzi",
"Eric Soderberg",
"Dominic Morris"
],
"homepage": "http://grommet.io",
"bugs": "https://github.com/grommet/grommet-cli/issues",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/grommet/grommet-cli.git"
},
"bin": {
"grommet": "./bin/grommet.js"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/register": "^7.22.5",
"chalk": "^2.0.1",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"eslint": "^8.0.0",
"eslint-parallel": "^1.2.1",
"jest-cli": "^29.6.3",
"fs-extra": "^4.0.0",
"glob": "^7.1.2",
"glob-to-regexp": "^0.3.0",
"jest-file-exists": "^19.0.0",
"mkdirp": "^0.5.1",
"node-emoji": "^1.8.1",
"opener": "^1.4.3",
"pretty-hrtime": "^1.0.3",
"rimraf": "^2.6.1",
"sass-lint": "^1.10.2",
"shelljs": "^0.7.8",
"tarball-extract": "^0.0.6",
"vorpal": "https://github.com/alansouzati/vorpal/tarball/EXIT_ON_PARSE",
"walk": "^2.3.9",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1",
"yargs": "^8.0.2"
},
"resolutions": {
"**/babel-core": "^7.0.0-bridge.0"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/preset-env": "^7.22.10"
},
"scripts": {
"build": "node_modules/.bin/babel src --out-dir bin --copy-files"
},
"engineStrict": true,
"engines": {
"node": ">=16 <19",
"npm": ">=3.10.10"
}
}