-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 953 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
{
"name": "netlify-cms-tec",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"netlify-dev": "netlify dev -c \"npm run dev\"",
"build": "next build",
"start": "next start",
"export": "npm run build && next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hubspot/api-client": "^3.4.1",
"@tailwindcss/forms": "^0.2.1",
"@types/react": "^17.0.1",
"lodash": "^4.17.21",
"next": "^10.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-markdown": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^10.2.5",
"front-matter": "^4.0.2",
"frontmatter-markdown-loader": "^3.6.2",
"postcss": "^8.2.8",
"postcss-import": "^10.0.0",
"tailwindcss": "^2.2.4"
}
}