-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 969 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
30
31
32
33
34
{
"name": "reguleque-is",
"version": "1.1.3",
"private": true,
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/bootstrap": "^5.1.9",
"eslint": "^8.11.0",
"eslint-config-algolia": "^20.0.0",
"eslint-plugin-import": "^2.25.4",
"typescript": "^4.6.2"
},
"dependencies": {
"@algolia/client-search": "^4.13.0",
"@compwright/namecase": "^2.0.6",
"@meilisearch/instant-meilisearch": "^0.8.1",
"@typeform/embed": "^1.34.1",
"algoliasearch": "^4.13.0",
"bootstrap": "^5.1.3",
"instantsearch.js": "^4.39.2",
"luminous-lightbox": "^2.4.0",
"namecase": "^1.1.2",
"names": "^1.0.0",
"parcel-bundler": "^1.3.1",
"typesense-instantsearch-adapter": "^2.4.0"
}
}