-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.56 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "fluentlabs-reader",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/eslint-parser": "^7.19.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@types/react-scrollspy": "^3.3.5",
"@types/styled-components": "^5.1.26",
"antd": "^4.23.6",
"axios": "^1.2.1",
"dotenv": "^16.0.3",
"file-loader": "^6.2.0",
"gatsby": "^4.24.7",
"gatsby-image": "^3.11.0",
"gatsby-link": "^4.24.1",
"gatsby-plugin-canonical-urls": "^4.25.0",
"gatsby-plugin-google-analytics": "^4.25.0",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-offline": "^5.25.0",
"gatsby-plugin-page-creator": "^4.25.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-s3": "^0.3.8",
"gatsby-plugin-sharp": "^4.25.0",
"gatsby-plugin-styled-components": "^5.24.0",
"gatsby-plugin-typescript": "^4.25.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-react-router-scroll": "^6.3.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-source-prismic": "^5.2.10",
"gatsby-transformer-sharp": "^4.25.0",
"prismic-reactjs": "^1.3.4",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^17.0.2",
"react-feather": "^2.0.10",
"react-helmet": "^6.1.0",
"react-refresh": "^0.14.0",
"react-scrollspy": "^3.4.3",
"styled-components": "^5.3.6",
"typescript": "^4.9.4",
"webpack": "^5.75.0"
},
"scripts": {
"build": "gatsby build",
"cy:open": "cypress open",
"cy:run": "cypress run",
"deploy": "gatsby-plugin-s3 deploy --yes",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md,ts,tsx}\"",
"lint": "eslint --fix '**/*.js' '**/*.ts' '**/*.tsx'",
"lint-ci": "eslint --max-warnings 1 '**/*.js' '**/*.ts' '**/*.tsx'",
"serve": "gatsby serve",
"start": "npm run develop",
"test": "jest",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:run",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@types/cypress-axe": "^0.11.0",
"@types/jest": "^27.5.0",
"@types/node": "^18.11.17",
"@types/react-helmet": "^6.1.6",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"axe-core": "^4.6.1",
"babel-jest": "^29.3.1",
"babel-loader": "^9.1.0",
"babel-preset-gatsby": "^3.3.1",
"babel-preset-react-app": "^10.0.1",
"cypress": "^9.7.0",
"cypress-axe": "^1.2.0",
"eslint": "^8.30.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"prettier": "^2.8.1",
"react-test-renderer": "^17.0.2",
"start-server-and-test": "^1.15.2",
"ts-jest": "^27.1.4"
}
}