-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
67 lines (67 loc) · 2.02 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
62
63
64
65
66
67
{
"name": "search",
"version": "0.0.1",
"private": true,
"engines": {
"node": "20.x"
},
"scripts": {
"start": "node ./bin/www",
"index": "node ./bin/indexer",
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --config ./config/webpack/webpack.config.js"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.19.3",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"axios": "^0.21.2",
"babel-loader": "^8.3.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.5.3",
"cookie-parser": "~1.4.4",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.2.0",
"debug": "~2.6.9",
"execa": "^4.0.3",
"express": "~4.17.3",
"jquery": "^3.5.1",
"js-search": "^2.0.0",
"mini-css-extract-plugin": "^1.3.3",
"morgan": "~1.9.1",
"popper": "^1.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"typescript": "^4.1.3",
"web-vitals": "^0.2.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"webpack-dev-server": "^3.11.1"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-typescript"
]
}
}