-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.55 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "book-list-vue",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "run-s lint:js lint:css lint:prettier",
"lint:check": "run-s lint:*:check",
"lint:js": "eslint '**/*.{js,vue}' --fix",
"lint:js:check": "eslint '**/*.{js,vue}'",
"lint:css": "stylelint --fix '**/*.{css,scss,vue}'",
"lint:css:check": "stylelint '**/*.{css,scss,vue}'",
"lint:prettier": "prettier . --write",
"lint:prettier:check": "prettier . --check",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"firebase": "10.14.1",
"vue": "3.5.12"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/plugin-transform-modules-commonjs": "7.25.9",
"@babel/preset-env": "7.26.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/user-event": "14.5.2",
"@testing-library/vue": "8.1.0",
"@types/jest": "29.5.14",
"@vitejs/plugin-vue": "5.1.4",
"@vue/compiler-sfc": "3.5.12",
"@vue/vue3-jest": "29.2.6",
"babel-jest": "29.7.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-vue": "9.30.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"npm-run-all2": "6.2.6",
"postcss-html": "1.7.0",
"prettier": "3.3.3",
"sass": "1.80.6",
"stylelint": "16.10.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-spaceninja": "15.0.0",
"thenby": "1.3.4",
"vite": "5.4.10"
}
}