This repository has been archived by the owner on Jun 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
{
"name": "uxi.de",
"description": "Corporate website of UX&I GmbH, uxi.de",
"version": "1.0.0",
"author": "Julian Kempff",
"dependencies": {
"animated": "^0.2.1",
"gatsby": "^1.9.147",
"gatsby-link": "^1.6.32",
"gatsby-plugin-google-analytics": "^1.0.15",
"gatsby-plugin-manifest": "^1.0.13",
"gatsby-plugin-offline": "^1.0.12",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sass": "^1.0.15",
"gatsby-plugin-sharp": "^1.6.24",
"gatsby-plugin-styled-components": "^2.0.4",
"gatsby-remark-images": "^1.5.36",
"gatsby-source-filesystem": "^1.5.11",
"gatsby-transformer-remark": "^1.7.25",
"gatsby-transformer-sharp": "^1.6.16",
"lodash.throttle": "^4.1.1",
"minireset.css": "0.0.3",
"prop-types": "^15.6.0",
"react-collapse": "^4.0.3",
"react-load-script": "0.0.6",
"react-motion": "^0.5.2",
"react-progressive-image": "^0.3.0",
"rimraf": "^2.6.2",
"styled-components": "^2.4.0",
"webfontloader": "^1.6.28"
},
"keywords": [
"gatsby",
"UX&I",
"uxi"
],
"main": "n/a",
"scripts": {
"cleanup": "rimraf ./.cache/* && rimraf ./public/*",
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"_format": "prettier --write",
"format": "npm run format:src",
"format:src": "npm run _format 'src/**/*.js'"
},
"pre-commit": [
"format"
],
"devDependencies": {
"onchange": "^3.3.0",
"pre-commit": "^1.2.2",
"prettier": "^1.9.2"
}
}