-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 809 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 809 Bytes
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
{
"name": "fte-typesense",
"private": true,
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.15.3",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.2",
"algoliasearch": "^4.10.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-instantsearch-dom": "^6.12.1",
"react_ujs": "^2.6.1",
"turbolinks": "^5.2.0",
"typesense-instantsearch-adapter": "^2.0.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.8.0"
},
"version": "0.1.0",
"devDependencies": {
"@webpack-cli/serve": "^1.5.2",
"webpack-dev-server": "^4.0.0"
}
}