-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
61
62
63
64
{
"name": "line-wizard",
"description": "Line Wizard - Instagram Line Breaker",
"version": "1.0.0",
"author": "Niklas Lavrell <[email protected]>",
"private": true,
"engines": {
"node": "18"
},
"dependencies": {
"gatsby": "^3.15.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-canonical-urls": "^3.15.0",
"gatsby-plugin-google-analytics": "^3.15.0",
"gatsby-plugin-manifest": "^3.15.0",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^3.15.0",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-plugin-typography": "^3.15.0",
"gatsby-source-filesystem": "^3.15.0",
"gatsby-transformer-sharp": "^3.15.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.23",
"typeface-source-sans-pro": "^0.0.75",
"typography": "^0.16.21",
"typography-theme-moraga": "^0.16.19"
},
"resolutions": {
"sharp": "^0.29.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn develop",
"format": "prettier --write \"src/**/*.js\"",
"format:check": "prettier --check \"src/**/*.js\"",
"test": "jest",
"test:ci": "jest --ci"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.2.36",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"prettier": "^2.8.4",
"react-test-renderer": "^16.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/niklaslavrell/line-wizard"
},
"packageManager": "[email protected]"
}