-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) ยท 1.13 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
53
54
55
56
{
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.4.34",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^22.0.0",
"@vitejs/plugin-vue": "^5.1.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.7",
"typescript": "~5.5.3",
"vite": "^5.3.5",
"vue-tsc": "^2.0.29"
},
"engines": {
"node": ">=16.0.0"
},
"homepage": "https://github.com/not-byte/blink-app#readme",
"keywords": [
"blink",
"blockchain",
"cdk",
"communicator",
"decentralized",
"dfinity",
"rust",
"tailwindcss",
"typescript",
"web3"
],
"license": "Apache-2.0",
"main": "./src",
"name": "vue-chat",
"prettier": {
"tabWidth": 4
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/not-byte/blink-app.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest"
},
"type": "module",
"version": "1.0.0-BETA"
}