forked from target/goalert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.44 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
{
"private": true,
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix . && stylelint --fix ./**/*.css",
"fmt": "prettier -l --write '**/*.{js,jsx,yml,yaml,json,css,ts,tsx,html}'",
"check": "tsc -p web/src/app/tsconfig.json && tsc -p web/src/cypress/tsconfig.json",
"esbuild": "./web/src/esbuild.config.js",
"esbuild-cy": "./web/src/esbuild.cypress.js"
},
"jest": {
"transform": {
"^.+\\.(j|t)sx?$": "esbuild-jest"
},
"rootDir": "web/src"
},
"standard": {
"parser": "babel-eslint",
"env": [
"mocha"
],
"ignore": [
"web/src/cypress/example_tests/"
],
"globals": [
"Cypress",
"cy",
"expect",
"beforeAll",
"afterAll"
]
},
"devDependencies": {
"@apollo/client": "3.7.16",
"@babel/core": "7.22.5",
"@babel/plugin-transform-modules-commonjs": "7.21.5",
"@dnd-kit/core": "6.0.8",
"@dnd-kit/sortable": "7.0.2",
"@dnd-kit/utilities": "3.2.1",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@material/material-color-utilities": "0.2.6",
"@mui/icons-material": "5.11.16",
"@mui/lab": "5.0.0-alpha.134",
"@mui/material": "5.13.6",
"@mui/styles": "5.13.2",
"@mui/system": "5.13.6",
"@mui/x-data-grid": "6.9.0",
"@playwright/test": "1.35.1",
"@types/chance": "1.1.3",
"@types/diff": "5.0.3",
"@types/glob": "8.1.0",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/luxon": "3.3.0",
"@types/prop-types": "15.7.5",
"@types/react": "18.2.14",
"@types/react-big-calendar": "0.38.0",
"@types/react-dom": "18.2.6",
"@types/react-transition-group": "4.4.6",
"@types/react-virtualized-auto-sizer": "1.0.1",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.58.0",
"@urql/exchange-retry": "1.2.0",
"bowser": "2.11.0",
"chance": "1.1.11",
"classnames": "2.3.2",
"cypress": "12.5.0",
"diff": "5.1.0",
"esbuild": "0.18.9",
"esbuild-jest": "0.5.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-standard": "17.0.0",
"eslint-config-standard-jsx": "11.0.0",
"eslint-plugin-cypress": "2.13.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"fuse.js": "6.6.2",
"glob": "10.3.0",
"graphiql": "2.4.1",
"graphql": "16.7.1",
"jest": "29.5.0",
"lodash": "4.17.21",
"luxon": "3.3.0",
"mdi-material-ui": "7.7.0",
"prettier": "2.8.8",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-big-calendar": "1.8.1",
"react-colorful": "5.6.1",
"react-countdown": "2.3.5",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "6.1.0",
"react-markdown": "8.0.7",
"react-redux": "8.1.1",
"react-transition-group": "4.4.5",
"react-virtualized-auto-sizer": "1.0.20",
"recharts": "2.7.2",
"redux": "4.2.1",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.4.2",
"remark-gfm": "3.0.1",
"stylelint": "15.5.0",
"stylelint-config-standard": "33.0.0",
"typescript": "5.0.4",
"urql": "4.0.4",
"wonka": "6.3.2",
"wouter": "2.11.0"
},
"packageManager": "[email protected]"
}