-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 2.46 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
{
"name": "kids",
"private": true,
"version": "0.1.0",
"author": "LeanCode",
"browserslist": [
">0.25%",
"not dead",
"ie 10"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build-fragment": "node tasks/schemaQuery.js",
"deploy": "rimraf .next && npm run build && gcloud app deploy --quiet --project kids-org-pl"
},
"dependencies": {
"@sendgrid/mail": "7.2.1",
"apollo-boost": "0.4.4",
"apollo-cache-inmemory": "1.6.3",
"apollo-client": "2.6.4",
"apollo-link-prismic": "1.0.5",
"color": "3.1.0",
"date-fns": "2.6.0",
"dotenv": "8.2.0",
"graphql": "14.5.8",
"htmlencode": "0.0.4",
"isomorphic-unfetch": "3.0.0",
"js-base64": "3.2.4",
"matchmediaquery": "0.3.0",
"md5": "2.2.1",
"next": "^12.0.7",
"papaparse": "5.2.0",
"path-to-regexp": "3.0.0",
"prismic-reactjs": "1.1.2",
"query-string": "6.9.0",
"react": "^17.0.2",
"react-bootstrap": "1.0.0-beta.16",
"react-cookie-consent": "3.0.0",
"react-dom": "^17.0.2",
"react-ga": "2.7.0",
"react-lines-ellipsis": "0.14.1",
"react-modal": "3.11.1",
"react-sticky-el": "2.0.5",
"react-truncate": "2.4.0",
"rimraf": "^3.0.2",
"styled-components": "^5.3.3",
"styled-normalize": "8.0.6"
},
"devDependencies": {
"@babel/core": "7.3.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
"@babel/plugin-proposal-optional-chaining": "7.7.4",
"@svgr/webpack": "^6.1.2",
"@types/color": "3.0.0",
"@types/express": "4.17.1",
"@types/js-base64": "3.0.0",
"@types/node": "12.11.7",
"@types/papaparse": "5.0.6",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-modal": "3.10.0",
"@types/react-sticky-el": "1.0.2",
"@types/styled-components": "^5.1.18",
"@typescript-eslint/eslint-plugin": "2.7.0",
"@typescript-eslint/parser": "2.7.0",
"babel-plugin-styled-components": "1.10.6",
"core-js": "^3.20.0",
"eslint": "6.6.0",
"eslint-config-prettier": "6.5.0",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-react-hooks": "2.2.0",
"prettier": "https://github.com/prettier/prettier.git",
"prettier-stylelint": "0.4.2",
"stylelint": "9.10.1",
"tsconfig-paths-webpack-plugin": "3.2.0",
"typescript": "^4.5.4",
"typescript-styled-plugin": "^0.18.2"
},
"resolutions": {
"@types/react": "16.9.11"
}
}