-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.08 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "timonlukas.github.io",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"test:unit": "vitest --environment jsdom",
"test:e2e": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress open'",
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --cache --ignore-path .gitignore"
},
"dependencies": {
"@iconify-json/feather": "^1.1.1",
"@iconify-json/vscode-icons": "^1.1.6",
"@swan-io/boxed": "^0.9.0",
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/typography": "^0.5.2",
"@ungap/structured-clone": "^1.0.1",
"@vue/runtime-core": "^3.2.33",
"@vue/runtime-dom": "^3.2.33",
"@vueuse/core": "^8.4.2",
"@vueuse/router": "^8.5.0",
"chroma-js": "^2.4.2",
"comlink": "^4.3.1",
"dynamics.js": "^1.1.5",
"glob": "^8.0.3",
"iwanthue": "^2.0.0",
"lodash": "^4.17.21",
"marked": "^4.0.17",
"naive-ui": "^2.29.0",
"pinia": "^2.0.13",
"prismjs": "^1.28.0",
"pug": "^3.0.2",
"sass": "^1.51.0",
"svg-path-parser": "^1.1.0",
"tailwindcss": "^3.0.24",
"ts-deepmerge": "^2.0.1",
"type-fest": "^2.13.0",
"uuid": "^8.3.2",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@prettier/plugin-pug": "^2.0.0",
"@rushstack/eslint-patch": "^1.1.0",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/chroma-js": "^2",
"@types/glob": "^7.2.0",
"@types/jsdom": "^16.2.14",
"@types/lodash": "^4",
"@types/marked": "^4",
"@types/node": "^16.11.26",
"@types/offscreencanvas": "^2019.7.0",
"@types/prettier": "^2.6.3",
"@types/prismjs": "^1",
"@types/svg-path-parser": "^1",
"@types/ungap__structured-clone": "^0.3.0",
"@types/uuid": "^8",
"@types/vue": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.33",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.7",
"cypress": "^9.5.3",
"eslint": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^8.2.0",
"jsdom": "^19.0.0",
"mlly": "^0.5.3",
"postcss": "^8.4.13",
"prettier": "^2.5.1",
"start-server-and-test": "^1.14.0",
"typescript": "~4.6.3",
"unplugin-auto-import": "^0.8.7",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.1",
"vite-plugin-comlink": "^3.0.3",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-static-copy": "^0.5.0",
"vite-tsconfig-paths": "^3.4.1",
"vitest": "^0.8.1",
"vue-eslint-parser": "^9.0.2",
"vue-tsc": "^0.33.9"
},
"packageManager": "[email protected]"
}