-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.69 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
{
"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": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"aos": "^2.3.4",
"framer-motion": "^4.1.11",
"fs": "*",
"gatsby": "^3.3.0",
"gatsby-image": "^3.6.0",
"gatsby-plugin-image": "^1.3.0",
"gatsby-plugin-manifest": "^3.3.0",
"gatsby-plugin-sharp": "^3.3.0",
"gatsby-plugin-typography": "^3.3.0",
"gatsby-remark-images": "^5.0.0",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-excel": "^3.3.0",
"gatsby-transformer-sharp": "^3.3.0",
"graphql": "^15.5.0",
"jsontoxml": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-lorem-ipsum": "^1.4.9",
"react-pageflip": "^2.0.3",
"react-particles-js": "^3.4.1",
"react-typography": "^0.16.19",
"remark-image-attributes": "^0.2.1",
"styled-components": "^5.2.3",
"typography": "^0.16.19",
"typography-theme-fairy-gates": "^0.16.19",
"typography-theme-funston": "^0.16.19",
"xlsx": "^0.16.9"
},
"devDependencies": {
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}