forked from kactus-io/kactus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
173 lines (173 loc) · 7.34 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"repository": {
"type": "git",
"url": "https://github.com/kactus-io/kactus.git"
},
"description": "Kactus build dependencies",
"scripts": {
"cli": "ts-node --require ./app/test/globals.ts --require ./app/src/cli/dev-commands-global.ts app/src/cli/main.ts",
"test:integration": "cross-env TEST_ENV=1 ELECTRON_NO_ATTACH_CONSOLE=1 xvfb-maybe --auto-servernum -- jest --config ./app/jest.integration.config.js",
"test:unit": "cross-env ELECTRON_RUN_AS_NODE=1 ./node_modules/.bin/electron ./node_modules/jest/bin/jest --detectOpenHandles --silent --config ./app/jest.unit.config.js",
"test:unit:cov": "npm run test:unit -- --coverage",
"test:script": "jest --silent --config ./script/jest.config.js",
"test:script:cov": "npm run test:script -- --coverage",
"test": "npm run test:unit:cov -- --runInBand && npm run test:script:cov && npm run test:integration",
"test:setup": "ts-node -P script/tsconfig.json script/test-setup.ts",
"test:review": "ts-node -P script/tsconfig.json script/test-review.ts",
"test:report": "codecov --disable=gcov -f app/coverage/coverage-final.json",
"postinstall": "cd app && npm install && cd .. && git submodule update --recursive --init && npm run compile:tslint && npm run compile:script && cd plugin && npm install",
"start": "cross-env NODE_ENV=development ts-node -P script/tsconfig.json script/start.ts",
"start:prod": "cross-env NODE_ENV=production ts-node -P script/tsconfig.json script/start.ts",
"compile:plugin": "cd plugin && npm run build",
"compile:dev": "cross-env NODE_ENV=development parallel-webpack --config app/webpack.development.ts && npm run compile:plugin",
"compile:prod": "cross-env NODE_ENV=production parallel-webpack --config app/webpack.production.ts && npm run compile:plugin",
"build:dev": "npm run compile:dev && cross-env NODE_ENV=development ts-node -P script/tsconfig.json script/build.ts",
"build:prod": "npm run compile:prod && cross-env NODE_ENV=production ts-node -P script/tsconfig.json script/build.ts",
"package": "ts-node -P script/tsconfig.json script/package.ts",
"generate-octicons": "ts-node -P script/tsconfig.json script/generate-octicons.ts",
"clean:tslint": "rimraf tslint-rules/*.js",
"compile:tslint": "tsc -p tslint-rules",
"compile:script": "tsc -p script/tsconfig.json",
"lint": "npm run prettier && npm run lint:src",
"lint:fix": "npm run prettier -- --write && npm run lint:src:fix",
"prettier": "prettier --check \"./**/*.{ts,tsx,js,json,jsx,scss,html,yaml,yml}\"",
"lint:src": "npm run tslint && npm run eslint-check && npm run eslint",
"lint:src:fix": "npm run tslint -- --fix && npm run eslint -- --fix",
"tslint": "tslint -p .",
"eslint": "eslint --cache --rulesdir ./eslint-rules \"./eslint-rules/**/*.js\" \"./{script,tslint-rules}/**/*.ts{,x}\" \"./app/{src,typings,test}/**/*.{j,t}s{,x}\" \"./changelog.json\"",
"eslint-check": "eslint --print-config .eslintrc.* | eslint-config-prettier-check",
"publish": "ts-node -P script/tsconfig.json script/publish.ts",
"clean-slate": "rimraf out node_modules app/node_modules coverage && npm install",
"rebuild-hard:dev": "npm run clean-slate && npm run build:dev",
"rebuild-hard:prod": "npm run clean-slate && npm run build:prod"
},
"author": {
"name": "Mathieu Dutour",
"email": "[email protected]",
"url": "http://mathieu.dutour.me"
},
"license": "MIT",
"engines": {
"node": ">= 10",
"yarn": ">= 1.9"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "1.10.2",
"@typescript-eslint/parser": "1.10.2",
"airbnb-browser-shims": "^3.0.0",
"ajv": "^6.4.0",
"awesome-node-loader": "^1.1.0",
"awesome-typescript-loader": "^5.2.1",
"aws-sdk": "^2.23.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.4.2",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"chalk": "^2.2.0",
"clean-webpack-plugin": "^0.1.19",
"codecov": "^3.1.0",
"cross-env": "^5.0.5",
"css-loader": "^2.1.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"express": "^4.15.0",
"fake-indexeddb": "^2.0.4",
"file-loader": "^2.0.0",
"front-matter": "^2.3.0",
"fs-extra": "^6.0.0",
"glob": "^7.1.2",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.5.0",
"jest-extended": "^0.11.2",
"jest-junit": "^5.0.0",
"jest-localstorage-mock": "^2.3.0",
"json-pretty": "^0.0.1",
"klaw-sync": "^3.0.0",
"legal-eagle": "0.16.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.12.0",
"octicons": "^8.2.0",
"parallel-webpack": "^2.3.0",
"prettier": "1.16.0",
"request": "^2.72.0",
"rimraf": "^2.5.2",
"sass-loader": "^7.0.1",
"semver": "^5.5.0",
"spectron": "5.0.0",
"stop-build": "^1.1.0",
"style-loader": "^0.21.0",
"to-camel-case": "^1.0.0",
"ts-jest": "^23.1.4",
"ts-node": "^7.0.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.14.0",
"tslint-microsoft-contrib": "^5.2.1",
"tslint-react": "^3.6.0",
"typescript": "^3.4.3",
"typescript-tslint-plugin": "^0.0.6",
"webpack": "^4.8.3",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2",
"webpack-merge": "^4.1.2",
"xml2js": "^0.4.16",
"xvfb-maybe": "^0.2.1"
},
"devDependencies": {
"@types/byline": "^4.2.31",
"@types/classnames": "^2.2.2",
"@types/clean-webpack-plugin": "^0.1.2",
"@types/codemirror": "0.0.55",
"@types/double-ended-queue": "^2.1.0",
"@types/electron-packager": "^14.0.0",
"@types/electron-winstaller": "^2.6.0",
"@types/event-kit": "^1.2.28",
"@types/express": "^4.11.0",
"@types/extract-text-webpack-plugin": "^3.0.3",
"@types/file-url": "^2.0.0",
"@types/fs-extra": "^5.0.2",
"@types/fuzzaldrin-plus": "^0.0.1",
"@types/glob": "^5.0.35",
"@types/html-webpack-plugin": "^2.30.3",
"@types/jest": "^23.3.1",
"@types/keytar": "^4.0.0",
"@types/legal-eagle": "^0.15.0",
"@types/memoize-one": "^3.1.1",
"@types/mini-css-extract-plugin": "^0.2.0",
"@types/mri": "^1.1.0",
"@types/node": "10.12.18",
"@types/pretty-bytes": "^5.1.0",
"@types/prop-types": "^15.5.9",
"@types/react": "^16.3.16",
"@types/react-css-transition-replace": "^2.1.3",
"@types/react-dom": "^16.8.2",
"@types/react-transition-group": "1.1.1",
"@types/react-virtualized": "^9.7.12",
"@types/request": "^2.47.1",
"@types/rimraf": "0.0.28",
"@types/semver": "^5.5.0",
"@types/strip-ansi": "^3.0.0",
"@types/temp": "^0.8.29",
"@types/textarea-caret": "^3.0.0",
"@types/to-camel-case": "^1.0.0",
"@types/ua-parser-js": "^0.7.30",
"@types/untildify": "^3.0.0",
"@types/uuid": "^3.4.0",
"@types/webdriverio": "^4.13.0",
"@types/webpack": "^4.4.0",
"@types/webpack-bundle-analyzer": "^2.9.2",
"@types/webpack-dev-middleware": "^2.0.1",
"@types/webpack-hot-middleware": "^2.16.3",
"@types/webpack-merge": "^4.1.3",
"@types/winston": "^2.2.0",
"@types/xml2js": "^0.4.0",
"electron": "5.0.6",
"electron-builder": "20.28.4",
"electron-packager": "^14.0.6",
"electron-winstaller": "2.5.2"
}
}