-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
81 lines (81 loc) · 2.29 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
{
"name": "vocascan-frontend",
"version": "1.3.0",
"private": true,
"description": "A highly configurable vocabulary trainer",
"author": "vocascan <vocascan@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/vocascan/vocascan-frontend.git"
},
"homepage": "./",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "npm run lint",
"lint": "npm run lint:js && npm run lint:style",
"lint:fix": "npm run lint:js:fix && npm run lint:style:fix",
"lint:js": "eslint .",
"lint:js:fix": "eslint . --fix",
"lint:style": "stylelint \"src/**/*.scss\"",
"lint:style:fix": "stylelint --fix \"src/**/*.scss\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@fontsource/roboto": "^4.5.1",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"axios": "^0.21.1",
"clsx": "^1.1.1",
"deepmerge": "^4.2.2",
"i18next": "^21.3.3",
"is-electron": "^2.2.1",
"react": "^17.0.1",
"react-collapsible": "^2.8.3",
"react-cookie-consent": "^7.2.1",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.1",
"react-i18next": "^11.12.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-select": "^4.3.0",
"react-table": "^7.6.3",
"react-tooltip": "^4.2.17",
"redux": "^4.0.5",
"redux-localstore": "^1.0.0",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"semver": "^6.3.0",
"swiper": "^8.2.2",
"uniqid": "^5.3.0",
"web-vitals": "^1.1.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.5.1",
"stylelint": "^14.7.1",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-order": "^5.0.0"
},
"metadata": {}
}