-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.12 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.12 KB
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
{
"name": "@freero.am/webview",
"private": true,
"license": "MIT",
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "yarn dev & yarn typesafe-i18n",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"typesafe-i18n": "typesafe-i18n",
"lint": "yarn prettier --check ./src",
"lint:fix": "yarn prettier --write ./src"
},
"dependencies": {
"currency.js": "^2.0.4",
"effector": "^22.5.0",
"effector-react": "^22.4.0",
"effector-react-form": "^3.0.0-4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typesafe-i18n": "^5.24.1"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"daisyui": "^2.50.0",
"postcss": "^8.4.21",
"prettier": "2.8.4",
"tailwindcss": "^3.2.6",
"tailwindcss-labeled-groups": "^0.0.2",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}