-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "alexandervarwijk.com",
"private": true,
"description": "Alexander's Homepage",
"version": "2.1.0",
"license": "MIT",
"dependencies": {
"@mdx-js/loader": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@next/mdx": "^12.1.5",
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"date-fns": "^2.16.1",
"framer-motion": "^3.0",
"gray-matter": "^4.0.2",
"next": "^12.1.5",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-pdf": "^5.7.2",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"remark-prism": "^1.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"prettier": "^2.1.2",
"tailwindcss": "^3.0.24"
},
"scripts": {
"build": "next build",
"dev": "next",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "next start"
},
"repository": {
"type": "git",
"url": "https://github.com/Kingdutch/alexandervarwijk.com"
},
"bugs": {
"url": "https://github.com/Kingdutch/alexandervarwijk.com/issues"
}
}