-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
132 lines (132 loc) · 4.37 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "dicty-frontpage",
"version": "0.0.0-semantically-released",
"private": true,
"engines": {
"node": ">= 16.13.0"
},
"scripts": {
"dev": "vite",
"dev:mock": "vite --mode mock",
"build": "vite build",
"test": "vitest",
"serve": "vite preview --port 3000",
"test-coverage": "vitest run --coverage",
"lint": "eslint --ext .jsx,.js,.ts,.tsx src/",
"styleguide": "FAST_REFRESH=false styleguidist server",
"styleguide:build": "FAST_REFRESH=false styleguidist build",
"semantic-release": "semantic-release",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"snyk-protect": "snyk protect"
},
"dependencies": {
"@apollo/client": "^3.12.3",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"apollo3-cache-persist": "^0.15.0",
"core-js": "^3.36.0",
"dicty-components-header-footer": "dictybase/dicty-components-header-footer#11.0.1",
"dicty-components-login": "dictybase/dicty-components-login#4.1.1",
"dicty-components-navbar": "github:dictyBase/dicty-components-navbar#2.0.0",
"dicty-components-page-editor": "dictybase/dicty-components-page-editor#3.1.2",
"dicty-graphql-schema": "dictyBase/dicty-graphql-schema",
"dicty-hooks": "dictybase/dicty-hooks#3.0.0",
"font-awesome": "^4.7.0",
"fontsource-roboto": "^4.0.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"history": "^4.10.1",
"jwt-decode": "^3.0.0",
"localforage": "^1.10.0",
"react": "^17.0.2",
"react-app-polyfill": "^3.0.0",
"react-dom": "^16.13.1",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-loading-skeleton": "^3.4.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.26.1",
"twitter-fetcher": "^18.0.4",
"typescript": "5.3.3"
},
"devDependencies": {
"@material-ui/styles": "^4.11.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.1.0",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@swc/core": "^1.7.35",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@tsconfig/recommended": "^1.0.3",
"@tsconfig/vite-react": "^3.0.2",
"@types/jwt-decode": "^3.1.0",
"@types/node": "^22.10.2",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@types/react-fontawesome": "^1.6.8",
"@types/react-helmet": "^6.1.11",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^2.1.0",
"@vitest/coverage-c8": "^0.25.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-unicorn": "^51.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-stub": "^2.0.0",
"jest-watch-typeahead": "^2.2.2",
"msw": "^1.3.2",
"prettier": "^3.2.5",
"react-docgen-typescript": "^2.2.2",
"react-styleguidist": "^13.1.0",
"react-test-renderer": "^17.0.2",
"semantic-release": "^19.0.5",
"snyk": "^1.1294.3",
"source-map-explorer": "^2.5.3",
"vite": "^3.2.10",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^0.25.x",
"vitest-fetch-mock": "^0.2.2",
"wait-for-expect": "^3.0.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"snyk": true,
"msw": {
"workerDirectory": "public"
}
}