-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.95 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.95 KB
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
{
"name": "appdevwebutils",
"version": "1.0.0",
"description": "",
"repository": {
"type": "",
"url": ""
},
"keywords": [
"react"
],
"author": "blogic",
"license": "",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"bootstrap": "^5.3.1",
"bootstrap-less": "^3.3.8",
"dateformat": "^5.0.3",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"sass": "^1.64.2",
"react-toastify": "^9.1.3",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"react-cookie": "^4.1.1",
"downloadjs": "^1.4.7"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-lodash": "^3.3.4",
"@statoscope/webpack-plugin": "^5.26.2",
"@types/dateformat": "^5.0.0",
"@types/lodash": "^4.14.196",
"@types/react": "^18.2.14",
"@types/react-bootstrap": "^0.32.32",
"@types/react-dom": "^18.2.7",
"@types/react-query": "^1.2.9",
"@types/downloadjs": "^1.4.3",
"babel-loader": "^8.0.2",
"css-loader": "^6.8.1",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"sass": "1.64.2",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"file-loader": "^6.2.0",
"url-loader": "^4.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"uglify-js": "^3.17.4",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"lodash-webpack-plugin": "^0.11.6",
"@types/react-toastify": "^4.1.0",
"path-browserify": "^1.0.1"
}
}