-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
82 lines (82 loc) · 3.37 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "ti-broish-results",
"version": "1.0.0",
"description": "Това е разделът за визуализация на резултати, от публичният сайт на ТиБроиш.",
"engines": {
"node": "^18",
"npm": "^9"
},
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider node -r dotenv/config node_modules/.bin/webpack --config webpack/build.config.js",
"build:prod": "NODE_OPTIONS=--openssl-legacy-provider node -r dotenv/config node_modules/.bin/webpack --env DATA_URL=https://api.tibroish.bg --env PUBLIC_URL=/results/2024-10-27 --env NODE_ENV=production --config webpack/build.config.js",
"serve": "NODE_OPTIONS=--openssl-legacy-provider node -r dotenv/config node_modules/.bin/webpack serve --env DATA_URL=https://d1tapi.tibroish.bg --config webpack/serve.config.js",
"serve:prod": "NODE_OPTIONS=--openssl-legacy-provider node -r dotenv/config node_modules/.bin/webpack serve --env DATA_URL=https://api.tibroish.bg --config webpack/serve.config.js",
"serve:local": "NODE_OPTIONS=--openssl-legacy-provider DATA_URL=http://localhost:4000 node -r dotenv/config node_modules/.bin/webpack serve --config webpack/serve.config.js",
"lint": "prettier -w '**/*.{js,json}'",
"lint:ci": "prettier --check '**/*.{js,json}'",
"prepare": "husky install"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@babel/runtime": "^7.21.0",
"@emotion/react": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@hookform/resolvers": "^2.9.11",
"@loadable/babel-plugin": "^5.13.2",
"@loadable/webpack-plugin": "^5.14.2",
"@videojs/plugin-concat": "^1.0.0",
"axios": "^0.22.0",
"babel-loader": "^8.2.2",
"browser-image-compression": "^2.0.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.2",
"ejs-loader": "^0.5.0",
"ffmpeg": "0.0.4",
"filepond": "^4.30.4",
"filepond-plugin-file-encode": "^2.1.10",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"html-webpack-plugin": "^5.2.0",
"node-xlsx": "^0.16.1",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-awesome-reveal": "^4.2.3",
"react-burger-menu": "^3.0.6",
"react-dom": "^17.0.1",
"react-filepond": "^7.1.2",
"react-google-recaptcha-v3": "^1.10.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.1",
"react-image-gallery": "^1.2.7",
"react-in-viewport": "^1.0.0-alpha.16",
"react-router-dom": "^5.2.0",
"react-tooltip": "^4.2.15",
"requirejs": "^2.3.6",
"style-loader": "^2.0.0",
"styled-components": "^5.2.1",
"url-loader": "^4.1.1",
"video.js": "^7.13.3",
"videojs-playlist": "^4.3.1",
"yup": "^1.0.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.21.0",
"dotenv": "^16.0.3",
"husky": "^8.0.0",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-dev-middleware": "^6.0.1",
"webpack-dev-server": "^4.11.1"
}
}