-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 2.06 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
57
58
59
60
61
62
63
64
65
66
{
"name": "crosssync",
"description": "Welcome to CrossSync! 👋",
"private": false,
"version": "0.2.6",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@element-plus/icons-vue": "2.0.10",
"@extend-chrome/storage": "1.5.0",
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/vue-fontawesome": "3.0.1",
"async-lock": "1.3.2",
"axios": "1.1.3",
"bind-decorator": "1.0.11",
"buffer": "6.0.3",
"crossbell.js": "0.10.38",
"element-plus": "2.2.19",
"ethers": "5.7.2",
"events": "3.3.0",
"lodash-es": "4.17.21",
"markdown-it": "13.0.1",
"metamask-extension-provider": "3.0.0",
"moment": "2.29.4",
"process": "0.11.10",
"unidata.js": "0.7.2",
"util": "0.12.5",
"vue": "3.2.41",
"vue-router": "4.1.5",
"vuex": "4.1.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "1.0.14",
"@originjs/vite-plugin-commonjs": "1.0.3",
"@tailwindcss/line-clamp": "0.4.2",
"@types/async-lock": "1.3.0",
"@types/chrome": "0.0.200",
"@types/lodash-es": "4.17.6",
"@types/markdown-it": "12.2.3",
"@vitejs/plugin-vue": "3.1.2",
"autoprefixer": "10.4.13",
"browserify-zlib": "0.2.0",
"husky": "8.0.1",
"less": "4.1.3",
"lint-staged": "13.0.3",
"postcss": "8.4.18",
"prettier": "2.7.1",
"rollup-plugin-polyfill-node": "0.10.2",
"stream-browserify": "3.0.0",
"tailwindcss": "3.2.1",
"typescript": "4.8.4",
"unplugin-auto-import": "0.11.4",
"unplugin-vue-components": "0.22.9",
"vite": "3.2.1",
"vue-tsc": "1.0.9"
}
}