-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "zoff-collective",
"description": "Website of the zoff visual communication collective",
"version": "1.0.0",
"author": "Gustav Pursche <[email protected]>",
"private": true,
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js' 'src/**/*.jsx' '*.js'",
"extract": "cross-env BABEL_ENV=extract lingui extract --clean"
},
"dependencies": {
"classnames": "^2.2.6",
"cross-env": "^5.2.0",
"gatsby": "^2.9.4",
"gatsby-image": "^2.1.4",
"gatsby-link": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-sharp": "^2.1.5",
"gatsby-plugin-styled-jsx": "^3.0.5",
"gatsby-transformer-sharp": "^2.1.21",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-helmet": "^5.2.1",
"styled-jsx": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"gatsby-source-filesystem": "^2.0.39",
"gatsby-transformer-remark": "^2.4.0",
"pre-commit": "^1.2.2",
"prettier": "^1.18.2"
},
"lingui": {
"fallbackLocale": "de",
"sourceLocale": "de",
"localeDir": "src/locale",
"format": "minimal"
},
"pre-commit": [
"format"
]
}