-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
100 lines (100 loc) · 3.08 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
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "aescan",
"version": "0.17.0",
"private": true,
"author": "æternity",
"description": "æScan is a blockchain explorer, analytics platform, and decentralized smart contract navigation platform based on æternity",
"homepage": "https://github.com/aeternity/aescan",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/aeternity/aescan.git"
},
"bugs": {
"url": "https://github.com/aeternity/aescan/issues"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"postinstall": "nuxt prepare",
"start": "PORT=80 nuxt start",
"lint": "yarn lint:js && yarn lint:style",
"lint:ci": "yarn lint:js --max-warnings=0 && yarn lint:style --mw 0",
"lint:fix": "yarn lint:js --fix && yarn lint:style --fix",
"lint:js": "eslint src",
"lint:style": "stylelint \"./src/**/*.vue\" \"src/**/*.css\"",
"reinstall": "rm -rf node_modules/ && yarn cache clean && yarn install",
"reset": "yarn reinstall && yarn dev",
"e2e:run": "cypress run",
"e2e:open": "cypress open"
},
"dependencies": {
"@aeternity/aepp-sdk": "14.0.0",
"@sentry/tracing": "^7.114.0",
"@sentry/vite-plugin": "^2.22.6",
"@sentry/vue": "^8.37.1",
"@vuepic/vue-datepicker": "^10.0.0",
"@vueuse/core": "^11.2.0",
"@vueuse/head": "^2.0.0",
"axios": "^1.7.7",
"bignumber.js": "9.1.2",
"camelcase-keys-deep": "^0.1.0",
"chart.js": "^4.4.6",
"compression": "^1.7.5",
"core-js": "^3.39.0",
"express": "^4.21.1",
"floating-vue": "^5.2.2",
"luxon": "^3.5.0",
"memory-cache": "^0.2.0",
"pinia": "^2.1.7",
"swiper": "^11.1.14",
"vue": "^3.4.31",
"vue-chartjs": "^5.3.2",
"vue-multiselect": "^3.1.0",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@csstools/postcss-global-data": "^3.0.0",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/plausible": "^1.0.3",
"@pinia/nuxt": "^0.5.1",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.20",
"cypress": "^13.15.2",
"eslint": "^9.14.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-vue": "^9.30.0",
"monaco-editor": "^0.52.0",
"nuxt": "^3.14.159",
"nuxt-monaco-editor": "^1.3.1",
"postcss": "^8.4.47",
"postcss-custom-media": "^11.0.5",
"postcss-html": "^1.7.0",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-nested": "^7.0.2",
"prettier": "^3.3.3",
"rollup-plugin-ternary": "^2.0.1",
"stylelint": "^16.10.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-html": "^3.2.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}