-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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
{
"name": "jans-tarp",
"version": "0.0.0-nightly",
"description": "Relying Party tool in form of a Chrome Extension.",
"main": "index.js",
"license": "Apache",
"scripts": {
"watch": "webpack --watch --progress --config webpack.dev.js",
"build": "webpack --mode=production --progress --config webpack.prod.js",
"pack": "node pack.js"
},
"devDependencies": {
"@types/chrome": "^0.0.253",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"postcss-loader": "^7.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"typescript": "^5.3.2",
"webpack": "^5.72.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@mui/x-date-pickers": "^6.19.5",
"@types/uuid": "^9.0.1",
"adm-zip": "^0.5.10",
"autoprefixer": "^10.4.7",
"axios": "^1.4.0",
"dayjs": "^1.11.10",
"jwt-decode": "^4.0.0",
"moment": "^2.29.4",
"postcss": "^8.4.14",
"qs": "^6.11.2",
"react-dropzone": "^14.2.3",
"react-router-dom": "6.20",
"react-select": "^5.7.3",
"react-spinner-overlay": "^0.1.33",
"styled-components": "^6.1.0",
"uuid": "^9.0.0"
}
}