generated from graasp/graasp-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
142 lines (142 loc) · 4.33 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
133
134
135
136
137
138
139
140
141
142
{
"name": "graasp-app-excalidraw",
"version": "3.0.2",
"private": true,
"license": "AGPL-3.0-only",
"author": "Graasp",
"contributors": [
{
"name": "Jérémy La Scala",
"email": "[email protected]",
"url": "https://github.com/swouf"
},
{
"name": "Luna Godier",
"email": "[email protected]"
}
],
"homepage": "https://github.com/graasp/graasp-app-excalidraw/blob/main/README.md",
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@excalidraw/excalidraw": "^0.17.0",
"@graasp/apps-query-client": "^2.0.4",
"@graasp/sdk": "1.2.1",
"@graasp/ui": "^3.7.0",
"@mui/icons-material": "5.14.18",
"@mui/lab": "5.0.0-alpha.153",
"@mui/material": "5.14.18",
"@sentry/react": "7.89.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"file-saver": "^2.0.5",
"i18next": "23.7.6",
"immutable": "^4.3.1",
"jszip": "^3.10.1",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "4.0.8",
"lodash.isequal": "~4.5.0",
"lodash.isobject": "3.0.2",
"lodash.isstring": "4.0.1",
"notistack": "^3.0.1",
"qs": "6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.5.0",
"react-router-dom": "^6.19.0",
"typescript": "5.2.2",
"uuid": "9.0.1"
},
"scripts": {
"dev:mock": "VITE_MOCK_API=true && yarn vite",
"dev": "yarn vite",
"start:test": "yarn vite --mode test",
"build": "yarn vite build",
"preview": "yarn vite preview",
"postinstall": "husky install",
"lint": "eslint .",
"prettier:write": "prettier {src,cypress}/**/*.{ts,tsx,js,jsx} --write",
"prettier:check": "prettier {src,cypress}/**/*.{ts,tsx,js,jsx} --check",
"type-check": "tsc --noEmit",
"check": "yarn lint && yarn prettier:check && yarn type-check",
"hooks:install": "husky install",
"hooks:uninstall": "husky uninstall",
"pre-commit": "yarn prettier:check && yarn lint",
"cypress:open": "env-cmd -f ./.env.development cypress open",
"test": "concurrently -k -s first \"yarn start:test\" \"yarn test:ci\" ",
"test:ci": "env-cmd -f ./.env.test cypress run --browser chrome --headless && nyc report --reporter=text --reporter=text-summary",
"cov:report": "open ./coverage/lcov-report/index.html"
},
"devDependencies": {
"@commitlint/cli": "18.4.2",
"@commitlint/config-conventional": "18.4.2",
"@cypress/code-coverage": "3.12.15",
"@cypress/instrument-cra": "1.4.0",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/file-saver": "^2.0.7",
"@types/i18n": "0.13.9",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.isequal": "~4.5.8",
"@types/lodash.isobject": "3.0.9",
"@types/lodash.isstring": "4.0.9",
"@types/node": "20.9.1",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-react": "^4.2.0",
"concurrently": "8.2.2",
"cypress": "12.17.4",
"env-cmd": "10.1.0",
"eslint": "8.54.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.10.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"nyc": "15.1.0",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"stylis-plugin-rtl": "^2.1.1",
"vite": "^4.5.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-istanbul": "^5.0.0",
"wait-on": "7.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"nyc": {
"all": true,
"include": [
"src/**/*.{js,ts,jsx,tsx}"
],
"exclude": [
"src/**/*.d.ts",
"src/config/sentry.ts",
"src/data/db.ts"
]
},
"resolutions": {
"immutable": "4.3.1"
},
"packageManager": "[email protected]"
}