-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.39 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": "reptor-front",
"version": "1.0.0",
"description": "",
"author": "Kronensoft",
"scripts": {
"prepare": "husky install",
"lint": "npx eslint src --ext .js,.ts,.jsx,.tsx,.vue",
"lint-fix": "npx eslint src --ext .js,.ts,.jsx,.tsx,.vue --fix",
"test": "jest .",
"dev": "vite",
"build": "vite build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"main": "index.js",
"dependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"vue": "^3.2.45"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-vite": "^0.1.37",
"@storybook/testing-library": "^0.0.13",
"@storybook/vue3": "^6.5.13",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"babel-loader": "^8.3.0",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.8.0",
"husky": "^8.0.2",
"prettier": "2.8.0",
"typescript": "^4.9.3",
"vite": "^3.1.4",
"vue-loader": "^16.8.3",
"vue-router": "^4.1.6"
},
"license": "MIT"
}