-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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": "playground",
"version": "1.0.0",
"description": "",
"main": "build.js",
"scripts": {
"standard": "./node_modules/standard/bin/cmd.js --fix",
"postinstall": "cp -R ./node_modules/monaco-editor/* ./docs/js/monaco-editor/"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.7.7",
"amf-client-js": "^3.2.2",
"dagre": "^0.8.5",
"graphlib": "^2.1.8",
"jointjs": "^3.1.1",
"jquery": "^3.4.1",
"knockout": "^3.5.1",
"monaco-editor": "^0.20.0",
"node-gyp": "^6.1.0"
},
"devDependencies": {
"@types/backbone": "^1.4.1",
"@types/es6-promise": "^3.3.0",
"@types/jquery": "^3.3.31",
"@typescript-eslint/parser": "^2.14.0",
"babelify": "^10.0.0",
"browser-sync": "^2.26.7",
"browserify": "^16.5.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"standard": "^14.3.1",
"tsify": "^4.0.1",
"typescript": "^3.7.4",
"typescript-eslint-parser": "^22.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"standard": {
"parser": "@typescript-eslint/parser"
}
}