-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.48 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
{
"name": "gemstone-tool-frontend",
"homepage": "https://github.com/gemstonejs/gemstone-tool-frontend",
"description": "Gemstone Tool plugin for Frontend Tools of Gemstone JavaScript Technology Stack",
"version": "0.9.87",
"license": "Apache-2.0",
"author": {
"name": "Gemstone Project",
"url": "http://gemstonejs.com"
},
"keywords": [
"gemstone", "tool", "plugin", "frontend",
"gemstone-tool-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/gemstonejs/gemstone-tool-frontend.git"
},
"bugs": {
"url": "http://github.com/gemstonejs/gemstone-tool-frontend/issues"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-node": "10.0.0",
"babel-eslint": "10.0.3"
},
"dependencies": {
"mz": "2.7.0",
"chalk": "3.0.0",
"@babel/code-frame": "7.5.5",
"table": "5.4.6",
"progress": "2.0.3",
"chokidar": "3.3.1",
"glob": "7.1.6",
"glob-promise": "3.4.0",
"beepbeep": "1.3.0",
"node-notifier": "6.0.0",
"webpack-cli": "3.3.10",
"webpack": "4.41.4",
"gemstone-config": "0.9.48",
"gemstone-linter-js": "0.9.35",
"gemstone-linter-ts": "0.9.38",
"gemstone-linter-html": "0.9.35",
"gemstone-linter-css": "0.9.42",
"gemstone-linter-yaml": "0.9.30",
"gemstone-linter-json": "0.9.29",
"gemstone-config-webpack": "0.9.86"
},
"peerDependencies": {
"gemstone-tool": "0.9.46"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"prepublishOnly": "eslint --config eslint.yaml gemstone-tool-frontend.js"
},
"main": "gemstone-tool-frontend.js"
}