-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.57 KB
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
{
"name": "do-you-know-pixel-art",
"private": true,
"description": "",
"version": "1.0.0",
"author": "Andrey Krasnov",
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"gatsby": "^2.8.7",
"gatsby-cli": "^2.6.5",
"gatsby-image": "^2.1.3",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-material-ui": "^1.2.5",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-plugin-transition-link": "^1.12.4",
"gatsby-source-filesystem": "^2.0.39",
"gatsby-transformer-sharp": "^2.1.21",
"gsap": "^2.1.3",
"lightbox-react": "^0.3.7",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-spring": "^8.0.23",
"typeface-roboto": "0.0.54"
},
"devDependencies": {
"babel-jest": "^24.8.0",
"babel-preset-gatsby": "^0.1.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"react-test-renderer": "^16.8.6"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/Doesntmeananything/do-you-know-pixel-art"
},
"bugs": {
"url": "https://github.com/Doesntmeananything/do-you-know-pixel-artissues"
}
}