-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 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
38
39
40
41
42
43
{
"name": "federated-libraries-next",
"private": true,
"description": "The documentation site for getting up and running with federated modules.",
"license": "MIT",
"version": "0.1.0",
"author": "Jacob Ebey",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"deploy": "yarn build && yarn export",
"forestry-preview": "next -p 8080 -H 0.0.0.0"
},
"dependencies": {
"buffer": "5.6.0",
"gray-matter": "4.0.2",
"marksy": "8.0.0",
"next": "^9.3.3",
"oembed-parser": "1.4.0",
"path-browserify": "1.0.1",
"prism-themes": "1.4.0",
"prismjs": "1.24.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"semantic-ui-css": "2.4.1",
"semantic-ui-react": "1.1.1"
},
"devDependencies": {
"babel-plugin-prismjs": "2.1.0",
"raw-loader": "4.0.1",
"sass": "1.26.10"
},
"keywords": [
"next",
"forestry"
],
"repository": {
"type": "git",
"url": "https://github.com/kendallstrautman/starter-blog-next"
}
}