-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"name": "netlify.bynatives.app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export",
"format": "npx prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/nativesintech/netlify.bynatives.app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nativesintech/netlify.bynatives.app/issues"
},
"homepage": "https://github.com/nativesintech/netlify.bynatives.app#readme",
"dependencies": {
"gray-matter": "^4.0.3",
"next": "^12.1.6",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"sass": "^1.54.3",
"states-abbreviations": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-react": "^7.17.12",
"@tailwindcss/line-clamp": "^0.4.2",
"autoprefixer": "^10.4.8",
"axios": "^0.27.2",
"frontmatter-markdown-loader": "^3.7.0",
"json-to-pretty-yaml": "^1.2.2",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8"
}
}