-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.59 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
59
60
{
"name": "neueux",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.7.0",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"@tinacms/alerts": "^0.39.0",
"@tinacms/react-modals": "^0.42.1",
"@types/js-yaml": "^3.12.5",
"axios": "^0.21.1",
"cloudinary": "^1.26.2",
"date-fns": "^2.22.1",
"deepmerge": "^4.2.2",
"dotenv": "^10.0.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"lodash.kebabcase": "^4.1.1",
"multer": "^1.4.2",
"next": "^10.2.3",
"next-connect": "^0.10.1",
"next-mdx-enhanced": "^5.0.0",
"next-tinacms-github": "^0.38",
"prebuild-webpack-plugin": "^1.1.1",
"raw-loader": "^4.0.2",
"react-helmet": "^6.1.0",
"react-markdown": "^6.0.2",
"react-tinacms-editor": "^0.38",
"react-tinacms-github": "^0.38",
"react-tinacms-inline": "^0.38",
"rehype-raw": "5.1.0",
"rehype-sanitize": "4.0.0",
"resolve": "^1.20.0",
"slugify": "^1.5.3",
"styled-components": "^5.3.0",
"tinacms": "^0.38"
},
"devDependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^11.0.1",
"@types/node": "^16.0.0",
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^2.2.4",
"typescript": "4.3.5",
"yaml-loader": "^0.6.0"
},
"license": "MIT"
}