-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.82 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
{
"name": "HackPackers",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:WXPD-Sales/hackpackers.git",
"author": "[email protected]",
"license": "MIT",
"private": null,
"scripts": {
"build": "webpack --mode=production",
"start": "nodemon node_modules/.bin/webpack serve --mode=development"
},
"devDependencies": {
"@types/jest": "^26.0.19",
"@types/node": "^14.14.37",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@webex/sdk-component-adapter": "^1.24.1",
"awesome-typescript-loader": "^5.2.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.0.1",
"eslint": "^7.16.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"fork-ts-checker-notifier-webpack-plugin": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^6.1.1",
"html-webpack-plugin": "^4.5.1",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^5.0.0",
"nodemon": "^2.0.6",
"os-browserify": "^0.3.0",
"pnp-webpack-plugin": "^1.6.4",
"postcss": "^8.2.2",
"postcss-assets": "^5.0.0",
"process": "^0.11.10",
"sass": "^1.32.0",
"sass-loader": "^10.1.0",
"source-map-loader": "^2.0.0",
"speed-measure-webpack-plugin": "^1.4.2",
"stream-browserify": "^3.0.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"typescript": "^4.1.3",
"typings": "^2.1.1",
"url-loader": "^4.1.1",
"util": "^0.12.3",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1"
},
"dependencies": {
"@momentum-ui/react": "^23.21.9",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"webex": "^1.118.4"
}
}