-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.85 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.85 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "nodevers",
"version": "0.1.0",
"description": "",
"author": "ayan4m1 <andrew@bulletlogic.com>",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"start": "cross-env NODE_ENV=development webpack serve",
"prepare": "husky",
"lint": "eslint src/**/*.ts src/**/*.tsx"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "3.2.0",
"@webcontainer/api": "^1.6.1",
"bootstrap": "^5.3.8",
"bootswatch": "^5.3.8",
"classnames": "^2.5.1",
"coi-serviceworker": "^0.1.7",
"date-fns": "^4.1.0",
"formik": "^2.4.9",
"lodash.debounce": "^4.0.8",
"normalize-scss": "^8.0.0",
"pretty-bytes": "^7.1.0",
"react": "^19.2.4",
"react-bootstrap": "^2.10.10",
"react-bootstrap-typeahead": "^6.4.1",
"react-dom": "^19.2.4",
"react-google-charts": "^5.2.1",
"react-router-dom": "^6.30.3",
"react-webcontainers": "^1.0.1",
"react-window": "^2.2.6",
"reselect": "^5.1.1",
"semver": "^7.7.4"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@npmcli/arborist": "^9.2.0",
"@types/cli-table": "^0",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "24.10.7",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@types/semver": "^7.7.1",
"@types/webpack": "^5.28.5",
"autoprefixer": "^10.4.24",
"clean-webpack-plugin": "^4.0.0",
"cli-table": "^0.3.11",
"cname-webpack-plugin": "^3.0.0",
"cross-env": "^10.1.0",
"css-loader": "^7.1.3",
"css-minimizer-webpack-plugin": "^7.0.4",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-webpack-plugin": "^5.0.2",
"globals": "^17.3.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.6",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"mini-css-extract-plugin": "^2.10.0",
"postcss": "^8.5.10",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.2.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.8.1",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"style-loader": "^4.0.0",
"stylelint": "^17.1.1",
"stylelint-config-recommended": "^18.0.0",
"stylelint-webpack-plugin": "^5.1.0",
"terser-webpack-plugin": "^5.3.16",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
"webpack": "^5.105.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3"
},
"packageManager": "yarn@4.12.0"
}