-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.98 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
{
"name": "unchain_landingpage",
"version": "2.0.1",
"description": "UNCHAIN landing page",
"main": "pages/_app.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/neila/unchain-lp.git"
},
"contributors": [
"neila <[email protected]> (https://neila.github.io/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/neila/unchain-lp/issues"
},
"packageManager": "[email protected]",
"dependencies": {
"airtable": "^0.12.2",
"lru-cache": "^11.0.2",
"next": "^15.1.0",
"next-language-detector": "^1.1.0",
"next-translate": "^2.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.0",
"eslint-config-prettier": "^9.1.0",
"hamburger-react": "^2.5.1",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"react-hook-form": "^7.54.1",
"react-icons": "^5.4.0",
"react-social-icons": "^6.18.0",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.16",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"prettier:check": "prettier --ignore-unknown --no-error-on-unmatched-pattern --ignore-path .prettierignore --check .",
"prettier": "prettier --ignore-unknown --no-error-on-unmatched-pattern --ignore-path .prettierignore --write ."
}
}