-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "donkey-donuts",
"private": true,
"version": "0.0.0",
"author": {
"name": "senritsu",
"url": "https://github.com/senritsu"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"test": "vitest",
"preview": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@vueuse/core": "^8.2.0",
"@xstate/inspect": "^0.6.4",
"@xstate/vue": "^1.0.0",
"chance": "^1.1.8",
"vue": "^3.2.25",
"xstate": "^4.30.6"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@storybook/addon-actions": "^6.4.20",
"@storybook/addon-essentials": "^6.4.20",
"@storybook/addon-links": "^6.4.20",
"@storybook/vue3": "^6.4.20",
"@types/chance": "^1.1.3",
"@vitejs/plugin-vue": "^2.2.0",
"babel-loader": "^8.2.4",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"prettier": "^2.6.1",
"storybook-builder-vite": "^0.1.23",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vitest": "^0.7.13",
"vue-loader": "^16.8.3",
"vue-tsc": "^0.29.8"
}
}