-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
82 lines (82 loc) · 2.49 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
{
"name": "peril-web",
"version": "1.0.0",
"description": "Peril's Consumer Web",
"author": "orta therox",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"now-build": "yarn build",
"generate": "plop --plopfile ./generators/plopfile.js",
"graphql-types": "gql-gen --url http://localhost:8000/___graphql --template typescript --out ./src/graphql-types.d.ts",
"precommit": "lint-staged"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"/.cache/"
]
},
"dependencies": {
"@types/lodash": "^4.14.116",
"@types/reach__router": "^1.0.1",
"@types/react": "^16.0.20",
"@types/react-dom": "^16.0.2",
"@types/react-helmet": "5.0.0",
"@types/react-redux": "^5.0.21",
"@types/semantic-ui": "^2.2.6",
"change-case": "^3.0.1",
"gatsby": "2.0.118",
"gatsby-link": "2.0.10",
"gatsby-plugin-glamor": "2.0.8",
"gatsby-plugin-google-analytics": "2.0.13",
"gatsby-plugin-manifest": "2.0.17",
"gatsby-plugin-offline": "2.0.23",
"gatsby-plugin-sharp": "2.0.20",
"gatsby-plugin-typescript": "^2.0.0-rc.4",
"gatsby-remark-autolink-headers": "2.0.14",
"gatsby-remark-copy-linked-files": "2.0.9",
"gatsby-remark-images": "3.0.3",
"gatsby-remark-prismjs": "3.2.4",
"gatsby-source-filesystem": "2.0.20",
"gatsby-transformer-json": "2.1.8",
"gatsby-transformer-remark": "2.2.4",
"gatsby-transformer-sharp": "2.1.13",
"graphql-code-generator": "^0.5.2",
"gray-matter": "^2.1.1",
"lodash": "^4.17.4",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-helmet": "5.0.3",
"react-redux": "^5.0.7",
"redux-devtools-extension": "^2.13.2",
"semantic-ui-react": "^0.82.3",
"slash": "1.0.0",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3"
},
"devDependencies": {
"@types/enzyme": "^2.8.9",
"@types/jest": "^24.0.0",
"@types/node": "^10.12.24",
"@types/react-test-renderer": "^16.0.0",
"@types/webpack-env": "^1.13.1",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.0",
"flat": "^2.0.1",
"jest": "24.1.0",
"mkdirp": "^0.5.1",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.5.1",
"react-test-renderer": "16",
"remark-cli": "^3.0.1",
"remark-preset-lint-recommended": "^2.0.0",
"storybook-readme": "^3.0.6",
"ts-jest": "23.10.5",
"ts-lint": "4.5.1"
}
}