-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.48 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
{
"name": "webdevio.us",
"description": "Personal webdev portofolio of Dylan Krepps",
"version": "1.0.0",
"author": "Dylan Krepps <dskrepps@gmail.com>",
"license": "UNLICENSED",
"private": true,
"repository": {
"url": "https://github.com/dskrepps/webdevio.us",
"type": "git"
},
"bugs": {
"url": "https://github.com/dskrepps/webdevio.us/issues"
},
"scripts": {
"lint": "eslint --ext .jsx --ext .js .",
"build": "gatsby build",
"develop": "gatsby develop --host=0.0.0.0",
"dev": "npm run develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "2.24.60",
"gatsby-plugin-anchor-links": "^1.1.1",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-manifest": "^2.4.11",
"gatsby-plugin-postcss": "2.3.4",
"gatsby-plugin-react-helmet": "3.3.4",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-remark": "^2.8.35",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-hook-form": "6.7.2"
},
"devDependencies": {
"@tailwindcss/custom-forms": "0.2.1",
"autoprefixer": "9.8.0",
"babel-eslint": "10.1.0",
"cssnano": "4.1.10",
"eslint": "6.8.0",
"eslint-loader": "3.0.4",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-react": "7.20.0",
"gatsby-plugin-eslint": "2.0.8",
"tailwindcss": "1.7.6"
}
}