-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
87 lines (87 loc) · 2.58 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "blogchain-dashboard",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vue-cli-service serve",
"preview": "serve -s dist",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "playwright test",
"test:debug": "playwright test --debug --header --workers=1",
"format": "prettier . --write"
},
"dependencies": {
"@braintree/sanitize-url": "^6.0.0",
"@capsulesocial/capsule-config": "^1.2.7",
"@capsulesocial/ipfs-wrapper": "1.1.0",
"@near-wallet-selector/core": "^7.1.0",
"@near-wallet-selector/modal-ui": "^7.1.0",
"@near-wallet-selector/modal-ui-js": "^7.1.0",
"@near-wallet-selector/my-near-wallet": "^7.1.0",
"@near-wallet-selector/near-wallet": "^7.1.0",
"@near-wallet-selector/sender": "^7.1.0",
"@stripe/stripe-js": "^1.37.0",
"@toruslabs/customauth": "^11.0.1",
"@toruslabs/openlogin-ed25519": "^2.0.0",
"@types/quill": "^2.0.9",
"@types/turndown": "^5.0.1",
"axios": "^0.27.2",
"browser-image-compression": "^2.0.0",
"core-js": "^3.25.2",
"dompurify": "^2.4.0",
"highlight.js": "^11.6.0",
"json-stable-stringify": "^1.0.1",
"libsodium-wrappers": "^0.7.10",
"marked": "^4.1.0",
"near-api-js": "^1.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"pinia": "^2.0.22",
"pinia-plugin-persistedstate": "^2.2.0",
"quill": "^1.3.7",
"quilljs-markdown": "^1.2.0",
"toastify-js": "^1.12.0",
"turndown": "^7.1.1",
"turndown-plugin-gfm": "^1.0.2",
"util": "^0.12.4",
"vue": "^3.2.39",
"vue-meta": "^3.0.0-alpha.10",
"vue-router": "^4.1.5",
"vue3-lazyload": "^0.3.6"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/eslint-parser": "^7.19.1",
"@playwright/test": "^1.25.2",
"@types/dompurify": "^2.3.4",
"@types/json-stable-stringify": "^1.0.34",
"@types/libsodium-wrappers": "^0.7.9",
"@types/marked": "^4.0.7",
"@types/toastify-js": "^1.11.1",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^11.0.1",
"autoprefixer": "^10.4.12",
"crypto-browserify": "^3.12.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.5.1",
"path-browserify": "^1.0.1",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"serve": "^14.0.1",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4"
},
"browserslist": [
"last 2 versions",
"not dead",
"not IE 11"
]
}