-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.49 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
{
"name": "v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --fix",
"format": "prettier --write 'src/**/*.{ts,tsx,js,jsx,json,md,mdx}'"
},
"dependencies": {
"@mdx-js/loader": "^2.1.1",
"@next/mdx": "^12.1.4",
"@radix-ui/react-tooltip": "^0.1.7",
"common-tags": "^1.8.2",
"framer-motion": "^6.2.8",
"next": "12.1.1",
"next-themes": "^0.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-draggable": "^4.4.4",
"swr": "^1.2.2",
"use-lanyard": "^1.1.0",
"use-last-fm": "^0.6.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@types/common-tags": "^1.8.1",
"@types/mdx": "^2.0.1",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/react-typist": "^2.0.3",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-next": "12.1.1",
"eslint-config-xo": "^0.40.0",
"inspx": "^0.0.1-alpha.6",
"postcss": "^8.4.12",
"prettier": "^2.6.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"react-typist": "^2.0.5",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3"
},
"engines": {
"npm": "Do not use npm, use yarn instead"
}
}