-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 997 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
{
"name": "uplatnica",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .jsx, --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-favicon": "^1.0.1",
"react-is": "^18.2.0",
"react-router-dom": "^6.10.0",
"react-select": "^5.7.2",
"styled-components": "^5.3.10"
},
"devDependencies": {
"@types/react": "^18.2.58",
"@vitejs/plugin-react": "^3.1.0",
"compass-mixins": "^0.12.12",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "2.7.1",
"typescript": "^5.0.4",
"sass": "^1.72.0",
"vite": "^4.3.1"
}
}