-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.04 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
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "gatsby-developer-portfolio",
"private": true,
"description": "A high performance starter for developers to showcase their skills, certifications, tutorials and articles",
"version": "0.1.0",
"author": "Oussama Bouthouri <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.11.1",
"bootstrap": "^4.1.3",
"file-loader": "2.0.0",
"font-awesome": "^4.7.0",
"gatsby": "^2.19.7",
"gatsby-cli": "^2.12.92",
"gatsby-image": "^2.2.39",
"gatsby-plugin-js-fallback": "^1.0.0",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sharp": "^2.4.3",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-prismjs": "^3.5.6",
"gatsby-source-filesystem": "^2.3.12",
"gatsby-source-strapi": "^0.0.12",
"gatsby-transformer-remark": "^2.8.19",
"gatsby-transformer-sharp": "^2.3.13",
"html-webpack-plugin": "3.2.0",
"jest": "23.6.0",
"lottie-web": "^5.6.6",
"object-assign": "4.1.1",
"prismjs": "^1.20.0",
"promise": "8.0.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dev-utils": "^4.1.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-vertical-timeline-component": "^2.6.2",
"styled-bootstrap-grid": "^3.1.0",
"styled-components": "^5.1.1",
"styled-reboot": "^4.0.3",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"autoprefixer": "9.2.1",
"babel-core": "6.26.3",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-preset-react-app": "^5.0.4",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"css-loader": "1.0.0",
"dotenv": "6.1.0",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "2.1.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "3.0.2",
"fs-extra": "7.0.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"prettier": "^1.19.1",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.3",
"webpack-manifest-plugin": "1.3.2"
},
"keywords": [
"gatsby", "high performance", "styled-component", "PWA", "MD", "SEO", "portfolio", "CSS-In-JS"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"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/bouthouri/gatsby-developer-portfolio"
},
"bugs": {
"url": "https://github.com/bouthouri/gatsby-developer-portfolio/issues"
}
}