forked from mockoon/mockoon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 5.25 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "mockoon",
"description": "Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.",
"version": "1.14.1",
"author": {
"name": "Guillaume Monnet",
"email": "[email protected]",
"url": "https://255kb.dev/"
},
"license": "MIT",
"repository": "https://github.com/mockoon/mockoon",
"homepage": "https://mockoon.com",
"bugs": {
"url": "https://github.com/mockoon/mockoon/issues"
},
"browserslist": [
"Chrome >= 80"
],
"main": "app.js",
"scripts": {
"lint": "ng lint",
"format": "prettier {src,test}/**/*.{ts,js,scss,html} --check",
"test": "xvfb-maybe ts-mocha --paths -p test/tsconfig.spec.json --timeout 20000 test/suites/**/*.spec.ts",
"clean-dist": "rm -rf ./dist",
"clean-packages": "rm -rf ./packages",
"build:watch:main": "webpack --config ./src/main/webpack.config.js --mode development --watch",
"build:dev:main": "webpack --config ./src/main/webpack.config.js --mode development",
"build:ci:main": "webpack --config ./src/main/webpack.config.js --mode production --env isTesting=1",
"build:prod:main": "webpack --config ./src/main/webpack.config.js --mode production",
"build:watch:renderer": "ng build --configuration=development --watch --output-hashing=all",
"build:dev:renderer": "ng build --configuration=development --output-hashing=all",
"build:ci:renderer": "ng build --configuration production --configuration=ci",
"build:prod:renderer": "ng build --configuration production --configuration=production",
"build:watch:all": "concurrently \"npm run build:watch:renderer\" \"wait-on -d 10000 ./dist && npm run build:watch:main\"",
"build:dev:all": "npm run clean-dist && npm run build:dev:renderer && npm run build:dev:main",
"build:ci:all": "npm run clean-dist && npm run build:ci:renderer && npm run build:ci:main",
"build:prod:all": "npm run clean-dist && npm run build:prod:renderer && npm run build:prod:main",
"start": "electron ./dist --remote-debugging-port=8888",
"package:win": "npm run clean-packages && electron-builder --publish never --win --config electron-builder.json",
"package:linux": "npm run clean-packages && electron-builder --publish never --linux --config electron-builder.json",
"package:mac": "npm run clean-packages && electron-builder --publish never --mac --config electron-builder.json"
},
"prettier": {
"singleQuote": true,
"tabWidth": 2,
"printWidth": 80,
"trailingComma": "none"
},
"dependencies": {
"@apidevtools/swagger-parser": "10.0.2",
"@mockoon/commons": "2.3.0",
"@mockoon/commons-server": "2.6.0",
"axios": "0.21.1",
"electron-json-storage": "4.5.0",
"electron-log": "4.3.5",
"electron-window-state": "5.0.3",
"mime-types": "2.1.31",
"mkdirp": "1.0.4",
"object-path": "0.11.5",
"semver": "7.3.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.1.3",
"@angular-eslint/builder": "12.3.1",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/schematics": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/animations": "12.1.3",
"@angular/cdk": "12.1.3",
"@angular/cli": "12.1.3",
"@angular/common": "12.1.3",
"@angular/compiler": "12.1.3",
"@angular/compiler-cli": "12.1.3",
"@angular/core": "12.1.3",
"@angular/fire": "6.1.5",
"@angular/forms": "12.1.3",
"@angular/platform-browser": "12.1.3",
"@angular/platform-browser-dynamic": "12.1.3",
"@ng-bootstrap/ng-bootstrap": "10.0.0",
"@types/chai": "4.2.21",
"@types/chai-as-promised": "7.1.4",
"@types/electron-json-storage": "4.5.0",
"@types/lodash": "4.14.171",
"@types/mime-types": "2.1.0",
"@types/mkdirp": "1.0.2",
"@types/mocha": "9.0.0",
"@types/node": "16.4.0",
"@types/object-path": "0.11.1",
"@types/semver": "7.3.7",
"@types/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"bootstrap": "4.6.0",
"brace": "0.11.1",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"chai-exclude": "2.0.3",
"chokidar": "3.5.2",
"concurrently": "6.2.0",
"date-fns": "2.22.1",
"dotenv": "10.0.0",
"electron": "13.1.7",
"electron-builder": "22.11.7",
"electron-notarize": "1.0.0",
"eslint": "7.31.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-chai-friendly": "0.7.1",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsdoc": "35.5.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"firebase": "8.7.1",
"jasmine-core": "3.8.0",
"jasmine-spec-reporter": "7.0.0",
"lodash": "4.17.21",
"mocha": "8.4.0",
"ngx-markdown": "12.0.1",
"ngx-mask": "12.0.0",
"openapi-types": "9.1.0",
"prettier": "2.3.2",
"prettier-plugin-organize-imports": "2.3.3",
"rxjs": "6.6.7",
"spectron": "15.0.0",
"timers": "0.1.1",
"ts-loader": "9.2.3",
"ts-mocha": "8.0.0",
"tsconfig-paths": "3.10.1",
"tslib": "2.3.0",
"typescript": "4.3.5",
"uuid": "8.3.2",
"wait-on": "6.0.0",
"webpack": "5.46.0",
"webpack-cli": "4.7.2",
"webpack-node-externals": "3.0.0",
"xvfb-maybe": "0.2.1",
"zone.js": "~0.11.4"
}
}