-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
42 lines (42 loc) · 995 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
39
40
41
42
{
"name": "tailwind-starter-kit",
"version": "0.1.9",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "1.6.1",
"@mdx-js/react": "1.6.1",
"@mdx-js/tag": "0.20.3",
"next": "9.4.1",
"next-mdx-enhanced": "2.5.0",
"prism-react-renderer": "1.1.0",
"prismjs": "^1.21.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-live": "2.2.2"
},
"devDependencies": {
"autoprefixer": "9.8.0",
"postcss-import": "^12.0.1",
"tailwindcss": "1.4.6",
"tailwindcss-markdown": "1.0.1"
},
"license": "MIT",
"keywords": [
"tailwind",
"css",
"starter",
"kit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/estevanmaito/tailwind-starter-kit.git"
},
"bugs": {
"url": "https://github.com/estevanmaito/tailwind-starter-kit/issues"
},
"homepage": "https://github.com/estevanmaito/tailwind-starter-kit#readme"
}