-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.72 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": "gatsby-typescript-starter",
"private": true,
"description": "A Gatsby Typescript starter site",
"version": "0.1.0",
"author": "Noah Matsell <noahmatsell@gmail.com>",
"dependencies": {
"@types/node": "^13.13.5",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-helmet": "^5.0.15",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.4.0",
"gatsby": "^3.4.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^1.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-sharp": "^3.4.1",
"gatsby-plugin-typescript": "^3.4.0",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-transformer-sharp": "^3.4.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"typescript": "^3.8.3"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"gatsby-plugin-postcss": "^4.6.0",
"postcss": "^8.3.0",
"prettier": "^2.2.1",
"tailwindcss": "^2.1.2"
},
"keywords": [
"gatsby",
"typescript",
"tailwind"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --verbose",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,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/realestateview/avesta-illuminate"
},
"bugs": {
"url": "https://github.com/realestateview/avesta-illuminate/issues"
}
}