-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.48 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
{
"name": "byte",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "vitest",
"story:dev": "histoire dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byte-abc/byte.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/byte-abc/byte/issues"
},
"homepage": "https://github.com/byte-abc/byte#readme",
"devDependencies": {
"cross-env": "^7.0.3",
"@histoire/plugin-vue": "^0.16.1",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vue/eslint-config-typescript": "^11.0.3",
"@vitejs/plugin-vue": "4.2.3",
"@byte-abc/vite-monorepo-alias": "workspace:^",
"eslint": "8.28.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sort-export-all": "^1.4.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "2.3.0",
"eslint-plugin-unicorn": "45.0.0",
"eslint-plugin-vue": "^9.14.1",
"histoire": "^0.16.1",
"vitest": "^0.32.2",
"vite": "^4.3.9",
"pinia": "^2.1.4",
"typescript": "^5.1.3"
},
"web-types": [
"./node_modules/quasar/dist/web-types/web-types.json",
"./web-types.json"
]
}