-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.44 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "chrome-event-countdown",
"version": "1.1.0",
"author": "Alan Smith",
"scripts": {
"build": "bash ./build.sh",
"build-app": "vite build",
"dev-local": "vite",
"dev-prod": "vite --mode=prod-dev",
"type-check": "vue-tsc --noEmit",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts"
},
"pre-commit": [
"type-check",
"lint"
],
"dependencies": {
"@vue/eslint-config-prettier": "^7.0.0",
"axios": "^1.2.6",
"date-fns": "^2.29.3",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.40",
"pinia": "^2.0.30",
"v-calendar": "^3.0.0-alpha.8",
"v-click-outside": "^3.2.0",
"vue": "^3.2.45",
"vue-global-events": "^2.1.1",
"vue-multiselect": "^3.0.0-beta.1",
"vue-timer-hook": "^1.0.60",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.19",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-vue": "^9.9.0",
"postcss": "^8.4.21",
"pre-commit": "^1.2.2",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5",
"vite": "^4.0.4",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.0.24"
},
"license": "MIT"
}