-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
101 lines (101 loc) · 3.28 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
{
"name": "publication",
"version": "0.0.0-semantically-released",
"private": true,
"engines": {
"node": ">= 16.13.1"
},
"homepage": "/publication",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test-coverage": "jest --coverage",
"tsc": "tsc",
"lint": "next lint",
"pre-commit": "lint-staged",
"semantic-release": "semantic-release",
"styleguide": "FAST_REFRESH=false styleguidist server",
"styleguide:build": "FAST_REFRESH=false styleguidist build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"re:build": "rescript",
"re:watch": "rescript build -w",
"re:start": "rescript build -w",
"re:clean": "rescript clean -with-deps"
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.5",
"@rescript/react": "^0.10.3",
"apollo3-cache-persist": "^0.14.1",
"date-fns": "^2.30.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-graphql-schema": "dictybase/dicty-graphql-schema#v1.10.0",
"dicty-hooks": "dictybase/dicty-hooks#3.0.0",
"element-remove": "^1.0.4",
"fontsource-roboto": "^4.0.0",
"graphql": "^16.8.0",
"jwt-decode": "^3.0.0",
"localforage": "^1.10.0",
"next": "12.2.x",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-router": "^6.15.0",
"react-test-renderer": "^18.2.0",
"rescript-material-ui": "^3.0.2",
"rescript-material-ui-lab": "^3.0.2",
"string.prototype.includes": "^2.0.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@material-ui/styles": "^4.11.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.1",
"@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",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "29.5.3",
"@types/jwt-decode": "^3.1.0",
"@types/node": "20.5.1",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.3",
"@types/react-fontawesome": "^1.6.5",
"@types/react-helmet": "^6.1.6",
"@types/react-router-dom": "^5.3.3",
"@types/webpack-env": "^1.18.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"jest-cli": "^27.4.7",
"lint-staged": "^13.1.2",
"prettier": "^3.0.2",
"react-docgen-typescript": "^2.2.2",
"react-styleguidist": "^13.1.0",
"rescript": "^9.1.4",
"semantic-release": "^19.0.5",
"source-map-explorer": "^2.5.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}