-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 934 Bytes
/
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
{
"type": "module",
"scripts": {
"build": "webpack"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.2.2",
"@algolia/autocomplete-theme-classic": "^1.2.2",
"algoliasearch": "^4.10.3",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-instantsearch-dom": "^6.12.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"semantic-ui-react": "^2.0.3",
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"@babel/register": "^7.14.5",
"babel-loader": "^8.2.2",
"dotenv-webpack": "^7.0.3",
"style-loader": "^3.2.1",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2"
}
}