-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.67 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "jsconfbp-2019-booklet",
"version": "1.0.0",
"description": "",
"scripts": {
"autoprefixer": "postcss -u autoprefixer -r dist/css/*",
"scss": "node-sass --include-path / --output-style compressed -o dist/css src/sass",
"start": "npm run dev",
"dev": "npx gatsby develop -p 8000",
"postdev": "npm run format",
"build": "npx gatsby build",
"postbuild": "npm run copy",
"copy": "cp -Rf CNAME public",
"develop": "gatsby develop -p 8000",
"format": "npx prettier --write \"src/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/JSConfBp/jsconfbp-2019-booklet.git"
},
"dependencies": {
"@mdx-js/mdx": "^1.4.5",
"@mdx-js/react": "^1.4.5",
"@mdx-js/tag": "^0.20.3",
"autoprefixer": "^9.6.1",
"classnames": "^2.2.6",
"gatsby": "^2.15.15",
"gatsby-image": "^2.2.19",
"gatsby-mdx": "^1.0.0",
"gatsby-plugin-feed": "^2.3.12",
"gatsby-plugin-force-trailing-slashes": "^1.0.4",
"gatsby-plugin-manifest": "^2.2.16",
"gatsby-plugin-mdx": "^1.0.41",
"gatsby-plugin-offline": "^3.0.6",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sass": "^2.1.14",
"gatsby-plugin-sharp": "^2.2.22",
"gatsby-source-filesystem": "^2.1.22",
"gatsby-transformer-sharp": "^2.2.14",
"isomorphic-unfetch": "^3.0.0",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"devDependencies": {
"postcss-cli": "^6.1.3"
}
}