-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"license": "MIT",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "ts-node -r dotenv-override-true/config src/google/test.ts",
"start": "webpack-dev-server --progress --colors",
"build": "webpack --progress --colors"
},
"dependencies": {
"@microsoft/microsoft-graph-client": "^2.0.0",
"@rc-ex/authorize-uri": "^0.5.5",
"@rc-ex/core": "^0.5.5",
"antd": "^4.6.3",
"axios": "^0.20.0",
"localforage": "^1.9.0",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-subx": "^0.8.2",
"subx": "^0.9.14",
"urijs": "^1.19.2"
},
"devDependencies": {
"@types/node": "^14.6.4",
"@types/react-dom": "^16.9.8",
"css-loader": "^4.2.2",
"dotenv-override-true": "^6.2.1",
"eslint-plugin-react": "^7.20.6",
"googleapis": "^59.0.0",
"gts": "^2.0.2",
"html-webpack-plugin": "^4.4.1",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"yarn-upgrade-all": "^0.5.4"
}
}