forked from cherryontech/squadtripletech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.59 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
{
"name": "squadtripletech",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest --environment jsdom --root src/",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=125161d52981"
},
"dependencies": {
"@vercel/analytics": "^0.1.11",
"@vueuse/core": "^10.1.0",
"eventsource-parser": "^0.1.0",
"node-html-parser": "^6.1.5",
"vue": "^3.2.47"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@rushstack/eslint-patch": "^1.1.4",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-vite": "^0.4.2",
"@storybook/testing-library": "^0.0.13",
"@storybook/vue3": "^6.5.16",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.2.6",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"chromatic": "^6.17.2",
"dotenv": "^16.0.3",
"eslint": "^8.22.0",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.3",
"postcss": "^8.4.21",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.7",
"vite": "^4.1.1",
"vitest": "^0.25.6",
"vue-loader": "^16.8.3"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}