forked from monzo/progression-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·79 lines (79 loc) · 2.39 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
{
"name": "@mondough/progression-framework",
"private": true,
"version": "1.0.0",
"description": "Monzo's progression framework site",
"author": "Lucas Johnston <[email protected]>",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"@reach/router": "^1.2.1",
"babel-plugin-styled-components": "^1.10.0",
"css-loader": "^2.1.0",
"eslint": "^5.12.0",
"flow": "^0.2.3",
"gatsby": "^2.0.19",
"gatsby-plugin-flow": "^1.0.2",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-nprogress": "^2.0.7",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-plugin-styled-components": "^3.0.5",
"gatsby-remark-copy-linked-files": "^2.0.9",
"gatsby-remark-images": "^3.0.3",
"gatsby-source-filesystem": "^2.0.12",
"gatsby-transformer-remark": "^2.1.19",
"gatsby-transformer-sharp": "^2.1.13",
"gatsby-transformer-yaml": "^2.1.6",
"js-yaml-loader": "^1.0.1",
"lottie-web": "^5.4.3",
"ramda": "^0.26.1",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-ga": "^2.5.7",
"react-helmet": "^5.2.0",
"react-lottie": "^1.2.3",
"react-masonry-css": "^1.0.12",
"style-loader": "^0.23.1",
"styled-components": "^4.1.3"
},
"keywords": [
"gatsby"
],
"license": "",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"flow": "flow"
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-eslint": "^10.0.1",
"dsv-loader": "^2.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-flowtype-errors": "^3.6.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.86.0",
"gatsby-plugin-eslint": "^2.0.1",
"prettier": "^1.14.2",
"raw-loader": "^0.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monzo/progression-framework.git"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0",
"prop-types": "^15.6.0",
"webpack": "^4.0.0"
}
}