generated from bgoonz/alternate-blog-theme3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "fjord-nextjs",
"description": "A Stackbit Fjord 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": {
"algoliasearch": "4.12.0",
"babel-runtime": "6.26.0",
"classnames": "2.3.1",
"lodash": "4.17.21",
"marked": "2.0.6",
"moment": "2.29.4",
"moment-strftime": "0.5.0",
"next": "10.2.3",
"node-sass": "5.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-html-parser": "2.0.2",
"react-instantsearch-dom": "6.28.0",
"react-script-tag": "1.1.2",
"sourcebit": "0.11.0",
"sourcebit-source-filesystem": "0.2.0",
"sourcebit-target-next": "0.6.2",
"webpack": "5.72.1"
},
"devDependencies": {
"prettier": "2.7.1"
}
}