-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2 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": "depsauce",
"description": "An open source dependency discovery tool by Novvum",
"version": "0.0.1",
"author": "rajinwonderland",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn develop"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/pro-regular-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"@types/styled-components": "^4.1.4",
"@types/typography": "^0.16.1",
"gatsby": "^2.0.45",
"gatsby-image": "^2.0.20",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-google-analytics": "^2.0.8",
"gatsby-plugin-manifest": "^2.0.8",
"gatsby-plugin-netlify": "^2.0.5",
"gatsby-plugin-offline": "^2.0.13",
"gatsby-plugin-react-helmet": "^3.0.1",
"gatsby-plugin-sharp": "^2.0.12",
"gatsby-plugin-sitemap": "^2.0.2",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-plugin-typescript": "^2.0.1",
"gatsby-plugin-typography": "^2.2.5",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-source-graphql": "^2.0.8",
"gatsby-transformer-sharp": "^2.1.8",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.6",
"react-typography": "^0.16.18",
"require-yml": "^1.3.1",
"styled-components": "^4.1.3",
"typescript": "^3.1.6",
"typescript-styled-plugin": "^0.13.0",
"typography": "^0.16.18",
"typography-plugin-code": "^0.16.18",
"typography-theme-github": "^0.16.18"
},
"devDependencies": {
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"@types/react-helmet": "^5.0.7",
"gatsby-plugin-tslint": "0.0.2",
"lint-staged": "^8.0.4",
"prettier": "^1.15.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Novvum/depsauce"
}
}