-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 953 Bytes
/
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
{
"name": "data-literate",
"version": "1.0.0",
"scripts": {
"dev": "next",
"dev:watch": "next-remote-watch ./content",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.1",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.0.4",
"axios": "^0.21.1",
"graphql": "^15.5.1",
"gray-matter": "^4.0.2",
"next": "latest",
"next-mdx-remote": "^3.0.1",
"next-remote-watch": "1.0.0",
"papaparse": "^5.3.1",
"postcss": "^8.2.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-vega": "^7.4.3",
"remark-footnotes": "^3.0.0",
"remark-gfm": "^1.0.0",
"remark-slug": "^6.0.0",
"remark-toc": "^7.2.0",
"swr": "^0.5.6",
"tailwindcss": "^2.0.2",
"vega": "^5.20.2",
"vega-lite": "^5.1.0",
"xlsx": "^0.17.0"
},
"license": "MIT"
}