-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.84 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
57
58
59
60
{
"name": "A-tribute-to-Bruce-Willis",
"private": true,
"description": "Celebrating one of Hollywood's Greatest Movie Stars",
"version": "0.1.0",
"author": "Lars Ejaas",
"dependencies": {
"@fontsource/open-sans": "^4.2.2",
"@fontsource/passion-one": "^4.2.2",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/styled-components": "^5.1.8",
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^3.0.1",
"gatsby-plugin-brotli": "^2.0.0",
"gatsby-plugin-gatsby-cloud": "^2.0.0",
"gatsby-plugin-image": "^1.0.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-preact": "^5.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-react-i18next": "^1.1.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-styled-components": "^4.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"i18next": "^20.2.1",
"preact": "^10.5.12",
"preact-render-to-string": "^5.1.15",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.13",
"react-loading-skeleton": "^2.2.0",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/react-helmet": "^6.1.0",
"prettier": "2.2.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LarsEjaas/bruce-willis-app"
}
}