-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.35 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.35 KB
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": "nextjs-stackbit-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"fetch": "sourcebit fetch",
"restart": "rm -rf .next && rm -rf .stackbit && npm install && next dev",
"export": "next export",
"lint": "next lint --fix",
"analyze": "ANALYZE=true next build",
"analyze:server": "BUNDLE_ANALYZE=server next build",
"analyze:browser": "BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@stackbit/cli": "^0.1.14",
"@stackbit/components": "0.1.56",
"change-case": "^4.1.2",
"classnames": "^2.3.1",
"markdown-to-jsx": "^7.1.3",
"next": "^11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"sourcebit": "^0.11.0",
"sourcebit-source-filesystem": "^0.1.3",
"sourcebit-target-next": "^0.6.3",
"tailwindcss": "^2.2.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.0.1",
"autoprefixer": "^10.2.6",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"webpack-bundle-analyzer": "^4.4.2"
},
"description": "A Nextjs page builder, component library and data source mapper all in one.",
"main": "next.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}