-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.73 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
{
"name": "rocky.codes",
"private": true,
"author": "Rocky Neurock",
"description": "My professional home on the internet.",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"lint": "eslint src/**/*.js",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"gatsby": "^2.26.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@testing-library/react": "^11.2.5",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^0.12.1",
"eslint": "^6.8.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-optimize-svgs": "^1.0.5",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-vscode": "^3.2.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-remark": "^2.16.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"night-owl": "github:sdras/night-owl-vscode-theme",
"prettier": "2.2.1",
"react-helmet": "^6.1.0",
"react-test-renderer": "^16.14.0",
"sass": "^1.32.7"
},
"repository": {
"type": "git",
"url": "https://github.com/jneurock/rocky-codes"
},
"bugs": {
"url": "https://github.com/jneurock/rocky-codes/issues"
},
"engines": {
"node": ">=10.13.0 <=12.18.0"
}
}