-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "nala",
"version": "0.1.0",
"private": true,
"description": "In loving memory of Nala Das Kitten; 2010 - 2023. 💕",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"repository": "transitive-bullshit/nala",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "run-p test:*",
"test:lint": "next lint",
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@vercel/analytics": "^0.1.6",
"cloudinary": "^1.32.0",
"clsx": "^1.2.1",
"framer-motion": "^8.2.4",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"next": "latest",
"p-map": "^5.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hooks-global-state": "^2.0.0",
"react-swipeable": "^7.0.0",
"react-use-keypress": "^1.3.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-config-next": "^13.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.18",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.1",
"typescript": "4.9.4"
}
}