-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.64 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
{
"name": "graasp-admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@graasp/query-client": "1.8.2",
"@graasp/sdk": "1.7.0",
"@graasp/translations": "1.19.2",
"@graasp/ui": "3.5.2",
"@mui/icons-material": "5.14.11",
"@mui/lab": "5.0.0-alpha.146",
"@mui/material": "5.14.11",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"ag-grid-community": "30.2.0",
"ag-grid-react": "30.2.0",
"crypto": "1.0.1",
"http-status-codes": "2.3.0",
"immutable": "4.3.4",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "13.2.2",
"react-json-view": "1.21.3",
"react-router": "6.16.0",
"react-router-dom": "6.16.0",
"react-scripts": "5.0.1",
"react-toastify": "9.1.3",
"stylis-plugin-rtl": "2.1.1"
},
"scripts": {
"lint": "eslint .",
"dev": "vite",
"start": "yarn dev",
"start:test": "vite --mode test",
"start:ci": "react-scripts -r @cypress/instrument-cra start",
"build": "vite build",
"build:dev": "vite build --mode development",
"build:test": "vite build --mode test",
"preview": "vite preview",
"preview:dev": "vite preview --mode development",
"preview:test": "vite preview --mode test",
"prettier:check": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'",
"prettier:write": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@vitejs/plugin-react": "4.1.0",
"eslint": "^8.50.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"husky": "4.3.0",
"prettier": "3.0.3",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-plugin-checker": "0.6.2",
"vite-plugin-istanbul": "5.0.0"
},
"packageManager": "yarn@3.6.3"
}