forked from Dhishna-Cusat/workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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": "tailwindui-studio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"watch": "./node_modules/.bin/webpack --watch --config webpack.dev.js"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@leafac/rehype-shiki": "^2.2.1",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.16",
"@react-hook/mouse-position": "^4.1.3",
"@sanity/client": "^6.7.1",
"@sanity/image-url": "^1.0.2",
"acorn": "^8.10.0",
"acorn-jsx": "^5.3.2",
"animejs": "^3.2.1",
"autoprefixer": "^10.4.7",
"clsx": "^1.2.0",
"escape-string-regexp": "^5.0.0",
"fast-glob": "^3.2.12",
"file-loader": "^6.2.0",
"framer-motion": "^10.15.2",
"gsap": "^3.12.2",
"next": "13.4.16",
"next-sanity": "^5.5.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.2",
"react-icons": "^4.11.0",
"react-split": "^2.0.14",
"react-tilt": "^1.0.2",
"recma-import-images": "0.0.3",
"remark-gfm": "^3.0.1",
"remark-rehype-wrap": "0.0.3",
"remark-unwrap-images": "^3.0.1",
"sanity": "^3.19.1",
"shiki": "^0.11.1",
"unified-conditional": "0.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.4",
"eslint": "8.26.0",
"eslint-config-next": "13.4.16",
"postcss": "^8.4.31",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2",
"sharp": "^0.32.0",
"tailwindcss": "^3.3.5"
}
}