-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.31 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.12.16",
"@types/jquery": "^3.5.5",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.168",
"@types/react-dom": "^17.0.1",
"@types/react-modal": "^3.12.0",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"babel-eslint": "^10.1.0",
"babel-plugin-react-css-modules": "^5.2.6",
"bootstrap": "^4.0.0",
"cross-env": "^7.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.0",
"jquery": "^3.2",
"json-loader": "^0.5.7",
"laravel-mix": "^5.0.9",
"laravel-mix-react-css-modules": "^2.0.0",
"laravel-mix-react-typescript-extension": "^1.0.3",
"lint-staged": "^10.5.2",
"popper.js": "^1.12",
"prettier": "^2.2.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"typescript": "^4.1.2",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@react-hook/resize-observer": "^1.1.2",
"@shopify/draggable": "^1.0.0-beta.8",
"@types/jquery-toast-plugin": "^1.3.2",
"axios": "^0.21.1",
"fetch": "^1.1.0",
"i18next": "^19.8.9",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-http-backend": "^1.1.0",
"jquery-toast-plugin": "^1.3.2",
"js-cookie": "^2.2.1",
"laravel-mix-react-typescript-extension": "^1.0.3",
"lodash": "^4.17.19",
"moment": "^2.29.1",
"net": "^1.0.2",
"react": "^16.2.0",
"react-activity": "^2.0.1",
"react-beautiful-dnd": "^13.0.0",
"react-customizable-progressbar": "^1.0.2",
"react-dom": "^16.2.0",
"react-head": "^3.4.0",
"react-i18next": "^11.8.7",
"react-id-swiper": "^4.0.0",
"react-infinite-scroll-component": "^6.0.0",
"react-modal": "^3.12.1",
"react-query": "^3.8.3",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-svg": "^11.2.5",
"react-textarea-autosize": "^8.3.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"swiper": "^6.3.5",
"velocity-react": "^1.4.3"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
}