generated from graasp/graasp-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
110 lines (110 loc) · 3.93 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
{
"name": "graasp-app-quiz",
"version": "1.10.3",
"private": true,
"homepage": ".",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@graasp/apps-query-client": "3.4.10",
"@graasp/sdk": "3.8.3",
"@graasp/translations": "1.23.0",
"@mui/icons-material": "5.15.0",
"@mui/material": "^5.15.0",
"@mui/utils": "5.15.0",
"@sentry/cli": "2.39.1",
"@sentry/react": "8.45.0",
"@sentry/tracing": "7.70.0",
"@tanstack/react-query": "4.29.15",
"@tanstack/react-query-devtools": "4.29.15",
"@types/lodash.mapvalues": "4.6.9",
"axios": "1.6.2",
"date-fns": "3.3.1",
"i18next": "22.5.1",
"lodash.clonedeep": "4.5.0",
"lodash.groupby": "4.6.0",
"lodash.mapvalues": "4.6.0",
"plotly.js-basic-dist-min": "2.27.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.2.0",
"react-i18next": "12.3.1",
"react-plotly.js": "2.6.0",
"react-scripts": "5.0.1",
"react-spring": "9.7.3",
"react-toastify": "9.1.3",
"react-transition-group": "4.4.5",
"uuid": "^9.0.0",
"web-vitals": "^3.3.2"
},
"scripts": {
"start": "env-cmd -f ./.env.local react-scripts start",
"start:test": "env-cmd -f ./.env.test react-scripts -r @cypress/instrument-cra start",
"start:ci": "react-scripts -r @cypress/instrument-cra start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:once": "cross-env CI=true env-cmd ./.env.test react-scripts test --env=jsdom",
"test:coverage": "cross-env CI=true env-cmd ./.env.test react-scripts test --env=jsdom --coverage",
"test:ci": "run-s test:coverage report",
"eject": "react-scripts eject",
"lint": "eslint .",
"type-check": "tsc --noEmit",
"prettier:write": "prettier --write '{src,cypress}/**/*.{json,js,jsx,ts,tsx}'",
"build:local": "env-cmd -f ./.env.local yarn build",
"build:dev": "env-cmd -f ./.env.dev yarn build",
"build:prod": "env-cmd -f ./.env.prod yarn build",
"cypress:open": "env-cmd -f ./.env.local cypress open",
"cypress:run": "env-cmd -f ./.env.test cypress run --headless --browser chrome --spec \"cypress/**/*.cy.ts\"",
"release:first": "standard-version -a --first-release",
"release:minor": "standard-version -a --release-as minor",
"release:major": "standard-version -a --release-as major",
"release:patch": "standard-version -a --release-as patch",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org graasp --project graasp-app-quiz ./build && sentry-cli sourcemaps upload --org graasp --project graasp-app-quiz ./build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@cypress/code-coverage": "3.13.10",
"@cypress/instrument-cra": "1.4.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/lodash.clonedeep": "4.5.7",
"@types/lodash.groupby": "4.6.9",
"@types/node": "18.16.19",
"@types/plotly.js-basic-dist-min": "2.12.4",
"@types/react": "18.2.14",
"@types/react-beautiful-dnd": "13.1.4",
"@types/react-dom": "18.2.6",
"@types/react-plotly.js": "2.6.3",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cypress": "13.17.0",
"env-cmd": "10.1.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1",
"prettier": "2.8.8",
"standard-version": "9.5.0",
"typescript": "5.1.6"
},
"resolutions": {
"@graasp/sdk": "3.8.3"
},
"packageManager": "[email protected]"
}