-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.43 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.43 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "superhero-ui",
"version": "0.5.5",
"scripts": {
"serve": "vue-cli-service serve",
"serve:tnet": "vue-cli-service serve --mode tnet",
"build": "vue-cli-service build",
"build:stats": "vue-cli-service build --report-json",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e --mode e2e",
"lint:vue": "vue-cli-service lint --no-fix",
"lint:vue:fix": "vue-cli-service lint --fix",
"lint:css": "stylelint src/**/*.{css,scss,vue}",
"lint:commit": "commitlint --from develop --verbose",
"lint": "npm run lint:commit && npm run lint:vue && npm run lint:css",
"ssr:build": "vue-cli-service ssr:build",
"ssr:fix": "vue-cli-service ssr:fix",
"ssr:fix-vuex": "vue-cli-service ssr:fix-vuex",
"ssr:serve": "vue-cli-service ssr:serve",
"ssr:start": "vue-cli-service ssr:start",
"ssr:static": "vue-cli-service ssr:static",
"test": "npm run lint && npm run test:unit",
"test:withe2e": "npm run lint && npm run test:unit && npm run test:e2e -- --headless",
"release": "standard-version"
},
"license": "ISC",
"dependencies": {
"@aeternity/aepp-sdk": "^13.3.2",
"@fontsource/oxygen": "^4.4.5",
"@popperjs/core": "^2.9.2",
"@uvue/core": "^0.1.7",
"@uvue/server": "^0.1.7",
"aeternity-fungible-token": "git+https://git@github.com/aeternity/aeternity-fungible-token#v2.2.0",
"animate.css": "^4.1.1",
"autosize": "^5.0.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "^0.5.7",
"connect": "^3.7.0",
"core-js": "^3.15.1",
"date-fns": "^2.22.1",
"fontsource-ibm-plex-sans": "^3.1.5",
"i18n": "^0.13.3",
"is-fqdn": "^2.0.1",
"lodash-es": "^4.17.21",
"lru-cache": "^6.0.0",
"node-fetch": "^2.6.1",
"normalize.css": "^8.0.1",
"serve-static": "^1.14.1",
"smart-app-banner": "^2.0.0",
"sophia-bonding-curve": "git+https://git@github.com/aeternity/BondingCurve#1.0.0-alpha.3",
"soundcloud-widget": "^0.2.1",
"tipping-contract": "git+https://git@github.com/aeternity/tipping-contract#v5.0.0-alpha2",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
"vue-client-only": "^2.1.0",
"vue-i18n": "^8.24.5",
"vue-meta": "^2.4.0",
"vue-router": "^3.5.2",
"vue-timeago": "^5.1.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"wordbazaar-contracts": "git+https://git@github.com/aeternity/wordbazaar-contracts#v0.0.4-alpha4"
},
"repository": {
"type": "git",
"url": "https://github.com/aeternity/superhero-ui"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@uvue/vue-cli-plugin-ssr": "~0.1.7",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-e2e-cypress": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/test-utils": "1.2.1",
"babel-eslint": "^10.1.0",
"empty-module": "0.0.2",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-vue": "^7.16.0",
"eslint-plugin-vue-i18n": "^0.3.0",
"favicons-webpack-plugin": "^2.1.0",
"node-sass": "^6.0.1",
"raw-loader": "^4.0.2",
"sass-loader": "^10.2.0",
"standard-version": "^9.3.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"svg-url-loader": "^7.1.1",
"svgo": "^2.4.0",
"svgo-loader": "^3.0.0",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14"
},
"standard-version": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Maintenance"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "style",
"section": "Style"
},
{
"type": "refactor",
"section": "Maintenance"
},
{
"type": "perf",
"section": "Performance"
},
{
"type": "test",
"section": "Tests"
}
]
}
}