-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.47 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
{
"name": "phillucks_v2",
"version": "2.0.0",
"description": "lucksp website",
"main": "index.js",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"clear:cache": "gatsby clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucksp/phillucks_v2.git"
},
"keywords": [
"react",
"gatsby"
],
"author": "phil lucks",
"license": "ISC",
"bugs": {
"url": "https://github.com/lucksp/phillucks_v2/issues"
},
"homepage": "https://github.com/lucksp/phillucks_v2#readme",
"dependencies": {
"@fontsource/montserrat": "^4.5.14",
"@fontsource/righteous": "^4.5.7",
"babel-plugin-styled-components": "^2.1.1",
"gatsby": "^5.9.1",
"gatsby-plugin-react-helmet": "^6.9.0",
"gatsby-plugin-styled-components": "^6.9.0",
"octokit": "^2.0.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-inlinesvg": "^3.0.2",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"eslint": "^6.8.0",
"gatsby-plugin-tslint": "^0.0.2",
"gatsby-plugin-typescript": "^5.9.0",
"tslint": "^6.1.3",
"tslint-loader": "^3.5.4",
"tslint-react": "^5.0.0",
"typescript": "^5.0.4"
}
}