-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 802 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 802 Bytes
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
{
"name": "js-firms",
"description": "Fronted-Belarus JS-Firms",
"version": "1.0.0",
"dependencies": {
"gatsby": "0.12.45",
"object-assign": "4.1.1",
"react-helmet": "5.0.3",
"react-typography": "0.15.0",
"typography": "0.15.8",
"typography-breakpoint-constants": "0.14.0",
"typography-plugin-code": "0.15.9"
},
"devDependencies": {
"gh-pages": "0.12.0"
},
"keywords": [
"gatsby"
],
"main": "n/a",
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build --prefix-links && gh-pages -d public",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"pages/*.js\" \"utils/*.js\" \"wrappers/*.js\" \"html.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
}
}