-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.57 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
53
{
"name": "tiltime",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src/",
"format": "prettier . --write",
"test": "jest src"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@types/sortablejs": "^1.10.7",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.5.1",
"rough-notation": "^0.5.1",
"sortablejs": "^1.15.0",
"stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"uuid": "^8.3.2",
"v-calendar": "^3.0.0-alpha.8",
"vue": "^3.2.25",
"vue-router": "^4.0.13",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^2.0.0",
"@vue/test-utils": "^2.0.0-rc.18",
"jest": "^26.6.3",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.47.0",
"ts-jest": "^26.5.6",
"ts-node": "^10.7.0",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-plugin-pwa": "^0.11.13",
"vue-jest": "^5.0.0-alpha.10",
"vue-tsc": "^0.29.8",
"workbox-precaching": "^6.5.2"
}
}