This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
65 lines (65 loc) · 2.05 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
{
"name": "www.seekvisualartist.com",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"build:dev": "NODE_ENV=production BRANCH=dev next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"lint:fix": "eslint --fix --ext ts,tsx app/ && prettier --write app/",
"type-check": "tsc"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-buddy/ide-toolbox-next": "^2.4.1",
"@tailwindcss/line-clamp": "^0.4.2",
"framer-motion": "^10.6.1",
"gsap": "^3.11.5",
"kinet": "^2.2.1",
"lodash": "^4.17.21",
"next": "^13.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-intersection-observer": "^9.4.3",
"resize-observer-polyfill": "^1.5.1",
"scroller-motion": "^1.2.3",
"sharp": "^0.32.0",
"touch-cli": "^0.0.1",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/node": "^20.4.5",
"@types/react": "18.0.28",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"autoprefixer": "^10.4.13",
"bun-devtools": "^0.0.2",
"bun-types": "^0.7.0",
"eslint": "^8.45.0",
"eslint-config-next": "12.2.3",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^48.0.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.5",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^26.0.0",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.2.7",
"typescript": "5.1.6"
}
}