This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 loc) · 1.72 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
{
"name": "ukrajina-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"cypress": "cypress open",
"cypress:headless": "cypress run",
"e2e": "start-server-and-test start http://localhost:3000 cypress",
"e2e:headless": "start-server-and-test start http://localhost:3000 cypress:headless"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@tailwindcss/forms": "^0.4.0",
"cookies": "^0.8.0",
"csv-parser": "^3.0.0",
"fuse.js": "^6.6.2",
"lodash.debounce": "^4.0.8",
"lodash.uniq": "^4.5.0",
"next": "12.1.0",
"next-i18next": "^11.0.0",
"next-seo": "^5.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-select": "^5.2.2",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@types/cookie": "^0.4.1",
"@types/cookies": "^0.7.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.uniq": "^4.5.7",
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"@types/react-dom": "^18.0.9",
"@types/react-instantsearch-dom": "^6.12.3",
"algoliasearch": "^4.13.0",
"autoprefixer": "^10.4.4",
"classnames": "^2.3.1",
"cypress": "^9.5.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"postcss": "^8.4.12",
"prettier": "^2.6.0",
"react-instantsearch-dom": "^6.39.0",
"react-instantsearch-hooks-web": "^6.39.2",
"start-server-and-test": "^1.14.0",
"typescript": "4.5.5",
"typescript-plugin-css-modules": "^3.4.0",
"typesense": "^1.2.2",
"typesense-instantsearch-adapter": "^2.4.0"
}
}