-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 878 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
{
"name": "practical-work---module-2",
"private": true,
"version": "1.0.0",
"type": "module",
"homepage": "https://hellsgor/github.io/payment-form",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"gh-pages": "^6.1.1",
"prettier": "^3.2.5",
"redom": "^4.1.5",
"sass": "^1.77.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"dependencies": {
"imask": "^7.6.1",
"normalize.css": "^8.0.1",
"zod": "^3.23.8"
}
}