-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.16 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": "get-landing-page-book",
"version": "1.0.0",
"description": "Landing page for react components library",
"license": "MIT",
"scripts": {
"start": "npm run develop",
"develop": "rm -rf public && mkdir public && cp -r assets/* public/ && gatsby develop",
"build": "rm -rf public && mkdir public && cp -r assets/* public/ && gatsby build",
"serve": "gatsby serve",
"deploy": "gh-pages -d public -b gh-pages -r [email protected]:front10/get-landing-page-book.git",
"predeploy": "rm -rf public && mkdir public && cp -r assets/* public/ && gatsby build --prefix-paths"
},
"homepage": "https://front10.com/get-landing-page-book/",
"dependencies": {
"@front10/landing-page-book": "^0.1.16",
"babel-plugin-styled-components": "^1.8.0",
"gatsby": "^2.0.0",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-styled-components": "^3.0.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-slick": "^0.23.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"gh-pages": "^2.0.0"
}
}