forked from FutureShockco/steem-blockchain-vue-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.65 KB
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": "steemboilerplate",
"version": "1.0.0",
"description": "Steem boilerplate",
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"build": "run-p type-check build-only",
"build-only": "vite build",
"dev": "vite",
"preview": "vite preview",
"start": "node start.js",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@babel/runtime": "^7.25.6",
"@popperjs/core": "^2.11.6",
"@ts-morph/common": "^0.25.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.3",
"connect-history-api-fallback": "^2.0.0",
"core-js": "^3.41.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dsteem": "^0.11.3",
"express": "^5.0.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"numeral": "^2.0.6",
"pinia": "^2.2.1",
"regenerator-runtime": "^0.14.1",
"steemlogin": "^1.0.1",
"ts-morph": "^24.0.0",
"vue": "^3.4.25",
"vue-router": "^4.3.2",
"vue-router-layout": "^0.4.0"
},
"resolutions": {
"core-js": "^3.41.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.25.4",
"@types/bootstrap": "^5.2.6",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.7",
"@types/node": "^20.12.7",
"@types/numeral": "^2.0.5",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.1",
"npm-run-all": "^4.1.5",
"sass": "1.77.6",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.14",
"vue-auto-routing": "^1.0.1",
"vue-cli-plugin-auto-routing": "~1.3.0",
"vue-tsc": "^2.0.14"
},
"keywords": [
"steem"
],
"type": "module"
}