-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.35 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@mdx-js/mdx": "^1.6.22",
"animated-number-react": "^0.1.2",
"apexcharts": "^3.26.0",
"axios": "^0.21.1",
"cypress": "^6.6.0",
"fabric": "^4.4.0",
"fabric-history": "^1.6.0",
"firebase": "^8.2.9",
"firebase-admin": "^9.5.0",
"firestore-export-import": "^0.12.1",
"formik": "^2.2.6",
"friendly-numbers": "^1.0.1",
"gatsby": "2.29.2",
"gatsby-plugin-use-query-params": "^1.0.1",
"husky": "^5.1.3",
"konva": "^7.2.5",
"lodash": "^4.17.21",
"lottie-react": "^2.1.0",
"moment": "^2.29.1",
"pretty-bytes": "^5.6.0",
"ramda": "^0.27.1",
"react": "17.0.1",
"react-apexcharts": "^1.3.7",
"react-charts": "^2.0.0-beta.7",
"react-compound-slider": "^3.3.1",
"react-dom": "17.0.1",
"react-moment": "^1.1.1",
"react-number-format": "^4.4.4",
"rxfire": "4.0.0",
"rxjs": "6.6.6",
"start-server-and-test": "^1.12.0",
"styled-components": "^5.2.1",
"tslint": "^6.1.3",
"use-query-params": "^1.2.0",
"yup": "^0.32.9",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-helmet": "^6.1.0",
"@types/styled-components": "^5.1.7",
"dotenv": "8.2.0",
"gatsby-plugin-styled-components": "^3.10.0",
"git-branch-is": "^4.0.0",
"jest": "^26.6.3",
"prettier": "2.2.1",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^4.2.2",
"typescript-styled-plugin": "^0.15.0"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}