-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.11 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
{
"name": "spreading-the-jam",
"private": true,
"version": "1.0.0",
"description": "The JAMstack is revolutionizing the way we think about our workflow by providing a simpler developer experience, better performance, lower cost, and greater scalability. Learn more about this front end-focused approach to building sites and apps, and get a hands-on demo where we will set up a Gatsby site with a contact form, deploy the site to Netlify, and set up Netlify Forms to capture and manage form entries (all without a web server!).",
"author": "Leslie Cohn-Wein",
"license": "MIT",
"scripts": {
"start": "mdx-deck deck.mdx",
"build": "mdx-deck build deck.mdx --no-html"
},
"devDependencies": {
"file-loader": "^2.0.0",
"mdx-deck": "1.9.0",
"mdx-deck-code-surfer": "^0.5.5",
"raw-loader": "^1.0.0"
},
"dependencies": {
"fstream": "^1.0.12",
"image-webpack-loader": "^4.6.0",
"js-yaml": "^3.13.1",
"mem": "^4.0.0",
"mixin-deep": "^1.3.2",
"npm": "^6.13.4",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"set-value": "^2.0.1",
"styled-components": "^3.4.5"
}
}