-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 862 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
{
"private": true,
"scripts": {
"lint": "eslint ./",
"lint:report": "eslint ./",
"start": "vite",
"build": "vite build",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"autoprefixer": "^10.4.15",
"babel-jest": "^29.7.0",
"create-vite": "^4.4.1",
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-formatter-gitlab": "^2.1.0",
"eslint-plugin-import": "^2.22.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"vite": "^4.4.9"
},
"dependencies": {
"@types/jest": "^29.5.5",
"card-validator": "^8.1.1",
"inputmask": "^5.0.8",
"redom": "^3.29.1",
"tailwindcss": "^3.3.3",
"vite-plugin-windicss": "^1.9.1"
}
}