-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.37 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
{
"name": "onhello",
"version": "0.2.0",
"description": "Reply to messages in Teams.",
"license": "BSD-3-Clause",
"repository": {
"url": "git+https://github.com/onhello-automation/onhello.git",
"type": "git"
},
"scripts": {
"dev": "webextension-toolbox dev",
"build": "webextension-toolbox build",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-mocha --require dotenv/config --require jsdom-global/register --recursive --exit --extension ts app/**/*.test.ts",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint-fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/chai": "^4.2.17",
"@types/mocha": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"eslint": "^7.25.0",
"jsdom": "^16.5.3",
"jsdom-global": "^3.0.2",
"mocha": "^8.3.2",
"ts-loader": "^8.0.13",
"ts-mocha": "^8.0.0",
"typescript": "^4.2.4",
"webextension-polyfill-ts": "^0.25.0",
"webextension-toolbox": "latest"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@types/jquery": "^3.5.5",
"@types/jsonpath": "^0.2.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"jquery": "^3.6.0",
"jsonpath": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^6.0.2"
}
}