-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.47 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
{
"name": "@flyingfalcon/workerconf2021",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"test": "jest src",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o ./public",
"lint": "eslint --ext .ts --ext .js --ext .vue ."
},
"dependencies": {
"@headlessui/vue": "^1.0.0",
"@heroicons/vue": "^1.0.1",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.0",
"vue": "^3.0.5",
"vue-inline-svg": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storyshots": "^6.2.9",
"@storybook/vue3": "^6.2.9",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.5",
"@vue/test-utils": "^2.0.0-rc.6",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"eslint": "^7.24.0",
"eslint-plugin-vue": "^7.9.0",
"jest": "^26.6.3",
"postcss": "^8.2.10",
"tailwindcss": "^2.1.2",
"ts-jest": "^26.5.5",
"typescript": "^4.1.3",
"vite": "^2.2.3",
"vue-jest": "^5.0.0-alpha.7",
"vue-loader": "^16.2.0",
"vue-tsc": "^0.0.24"
}
}