-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 905 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": "diy-nextjs",
"description": "A Stackbit DIY theme built with Next.js",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"develop": "next dev",
"fetch": "sourcebit fetch",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"classnames": "^2.2.6",
"lodash": "^4.17.20",
"marked": "^2.0.0",
"moment": "^2.29.1",
"moment-strftime": "^0.5.0",
"next": "^10.0.7",
"node-sass": "^5.0.0",
"parse5": "^6.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-script-tag": "^1.1.2",
"sourcebit": "^0.11.0",
"sourcebit-source-filesystem": "^0.1.3",
"sourcebit-target-next": "^0.6.2",
"webpack": "^5.24.1"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}