-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.81 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
{
"name": "nubisoft-skillup-1",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js --ext .jsx --ext .ts --ext .tsx --ext .d.ts --ignore-path .gitignore src",
"lint:fix": "eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx --ext .d.ts --ignore-path .gitignore src",
"format": "prettier --write \"**/*.+(js|jsx|json|sass|scss|css|md)\""
},
"dependencies": {
"@babel/core": "^7.17.5",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@eslint/eslintrc": "^1.2.0",
"@mui/icons-material": "^5.4.4",
"@mui/material": "^5.4.4",
"@reduxjs/toolkit": "^1.8.0",
"axios": "^0.26.0",
"classnames": "^2.3.1",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "6"
},
"devDependencies": {
"@mui/types": "^7.1.2",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@types/react-redux": "^7.1.23",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vitejs/plugin-react": "^1.2.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-no-inline-styles": "^1.0.5",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vite-plugin-commonjs-externals": "^0.1.1",
"vite-plugin-environment": "^1.1.0"
}
}