-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.59 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.59 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "surveywithcode",
"version": "0.1.1",
"scripts": {
"dev": "next dev",
"prettier": "prettier --write \"**/*.{js, jsx}\"",
"build": "NODE_OPTIONS=\"--max-old-space-size=8192\" next build",
"build:ci": "./scripts/ci-build.sh build",
"postbuild": "next-sitemap",
"build:css": "postcss src/tailwind.css -o build/styles.css",
"build:assets": "node rename-html-classes.js",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.4",
"@popperjs/core": "^2.11.8",
"@shikijs/twoslash": "^3.13.0",
"@tailwindcss/postcss": "^4.1.14",
"@tailwindcss/vite": "^4.1.14",
"@types/mdx": "^2.0.13",
"autoprefixer": "^10.4.21",
"axios": "^1.12.2",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"estree-util-value-to-estree": "^3.4.0",
"framer-motion": "^12.23.24",
"github-slugger": "^2.0.0",
"hast-util-to-estree": "^3.1.3",
"highcharts": "^12.4.0",
"highcharts-react-official": "^3.2.3",
"intersection-observer": "^0.12.2",
"lightningcss": "^1.30.2",
"next": "^15.5.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"nextra": "^4.6.0",
"papaparse": "^5.5.3",
"postcss-lightningcss": "^1.0.2",
"react": "^19",
"react-dom": "^19",
"react-dropzone": "^14.3.8",
"react-medium-image-zoom": "^5.4.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-embed-images": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"scroll-into-view-if-needed": "^3.1.0",
"serve": "^14.2.5",
"swr": "^2.3.6",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"uuid": "^13.0.0",
"yaml": "^2.8.1"
},
"devDependencies": {
"@mdx-js/loader": "^3.1.1",
"@netlify/plugin-nextjs": "^5.13.5",
"@shikijs/rehype": "^3.13.0",
"chokidar-cli": "^3.0.0",
"concurrently": "^9.2.1",
"cssnano": "^7.1.1",
"daisyui": "^5.2.0",
"eslint": "9.37.0",
"eslint-config-next": "15.5.4",
"glob": "^11.0.3",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-rename": "^0.8.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"rimraf": "^6.0.1",
"shiki": "^3.13.0",
"tailwindcss": "^4.1.14"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "^4.1.14"
}
}