-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.56 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.56 KB
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
{
"name": "salon94design.com",
"description": "Website for Salon 94 Design",
"version": "1.0.0",
"author": "Computer Lab <hi@computerlab.io>",
"dependencies": {
"babel-plugin-emotion": "^7.3.2",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.5",
"cloudinary": "^1.10.0",
"emotion-server": "^7.3.2",
"fs-extra": "^4.0.2",
"gatsby": "^1.9.205",
"gatsby-link": "^1.6.8",
"gatsby-plugin-emotion": "^1.1.2",
"gatsby-plugin-google-analytics": "^1.0.16",
"gatsby-plugin-react-helmet": "^1.0.3",
"gatsby-source-filesystem": "^1.4.4",
"gatsby-transformer-remark": "^1.7.2",
"gatsby-transformer-yaml": "^1.5.4",
"js-yaml": "^3.10.0",
"lodash.flatmap": "^4.5.0",
"lodash.flatmapdeep": "^4.10.0",
"lodash.throttle": "^4.1.1",
"moment": "^2.21.0",
"promise-retry": "^1.1.1",
"react-scroll": "^1.5.4",
"remark": "^8.0.0",
"remark-html": "^6.0.1",
"sharp": "^0.18.4",
"shortid": "^2.2.8",
"simple-git": "^1.79.0",
"slugify": "^1.2.1"
},
"keywords": [
"salon94",
"jamstack",
"art website"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "node --max_old_space_size=6000 ./node_modules/.bin/gatsby build --prefix-paths && ./contrib/build-admin.sh",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' gatsby-node.js gatsby-config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gatsby-cli": "^1.1.6",
"prettier": "^1.5.2"
}
}