-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 991 Bytes
/
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
{
"name": "portfolio",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@ant-design/icons": "5.1.4",
"@emotion/react": "11.11.1",
"antd": "5.6.2",
"i18next": "23.2.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.0.2",
"react-modal-image": "2.6.0",
"react-router-dom": "6.14.1"
},
"devDependencies": {
"@emotion/babel-plugin": "11.11.0",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@vitejs/plugin-react": "4.0.0",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"prettier": "2.8.8",
"typescript": "5.1.3",
"vite": "4.3.9"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"compile": "tsc",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"prepare": "husky install"
}
}