-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.75 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
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"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"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@headlessui/react": "^1.7.17",
"@react-icons/all-files": "^4.1.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/d3": "^6.3.0",
"antd": "^4.6.5",
"autoprefixer": "^10.4.12",
"d3": "^6.5.0",
"gatsby": "^5.12.4",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-emotion": "^6.13.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-postcss": "^5.24.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-sass": "^4.13.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-typescript": "^3.13.0",
"gatsby-source-filesystem": "^5.12.0",
"install": "^0.13.0",
"npm": "^7.5.2",
"postcss": "^8.4.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-latex": "^2.0.0",
"sass": "^1.41.0",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"eslint-import-resolver-alias": "^1.1.2",
"prettier": "2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}