-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.47 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
{
"name": "csx",
"private": true,
"description": "CSX",
"version": "0.1.0",
"author": "CSX <[email protected]>",
"dependencies": {
"@contentful/gatsby-transformer-contentful-richtext": "^13.1.0",
"@contentful/rich-text-react-renderer": "^13.2.0",
"babel-plugin-styled-components": "^1.10.0",
"dot-object": "^1.7.1",
"dotenv": "^7.0.0",
"formik": "^2.1.4",
"gatsby": "^2.3.14",
"gatsby-image": "^2.0.29",
"gatsby-plugin-google-analytics": "^2.0.13",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-netlify": "^2.0.13",
"gatsby-plugin-nprogress": "^2.1.2",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-sass": "^2.1.0",
"gatsby-plugin-sharp": "^2.0.32",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-source-contentful": "^2.0.45",
"gatsby-source-filesystem": "^2.0.28",
"gatsby-transformer-json": "^2.1.8",
"gatsby-transformer-remark": "^2.6.0",
"gatsby-transformer-sharp": "^2.1.13",
"gsap": "^2.1.3",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-gsap": "^1.2.0",
"react-helmet": "^5.2.1",
"react-id-swiper": "^2.3.1",
"react-in-viewport": "0.0.38",
"react-plx": "^1.3.13",
"react-redux": "^6.0.0",
"react-reveal": "^1.2.2",
"react-scroll-parallax": "^2.1.2",
"react-scrollmagic": "^2.1.0",
"react-spring": "^8.0.19",
"react-transition-group": "^2.8.0",
"scrollmagic": "^2.0.7",
"smooth-scroll": "^16.0.3",
"styled-components": "^4.2.0",
"swiper": "^4.5.0",
"validator": "^10.11.0",
"yup": "^0.28.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/venelinn/venelin.ca"
},
"bugs": {
"url": "https://github.com/venelinn/venelin.ca/issues"
},
"browsersList": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-babel": "^9.0.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-react": "^7.12.4"
}
}