-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 915 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
{
"name": "personal-site",
"version": "0.0.1",
"description": "Personal site using next.js & contentful",
"main": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "Maxi Gimenez <[email protected]>",
"license": "MIT",
"dependencies": {
"contentful": "7.13.1",
"next": "10.0.6",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-markdown": "4.3.1",
"react-syntax-highlighter": "12.2.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.0.2",
"@types/node": "13.7.4",
"@types/react": "16.9.21",
"autoprefixer": "^9",
"dotenv": "^8.2.0",
"mustache": "^4.0.1",
"node-fetch": "^2.6.1",
"node-sass": "4.14.1",
"postcss": "^7",
"postcss-preset-env": "6.7.0",
"typescript": "3.7.5"
}
}