-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
78 lines (78 loc) · 2.65 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
{
"name": "superhero-ui",
"version": "0.5.1",
"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": "npm run lint:vue && npm run lint:css",
"test": "npm run lint && npm run test:unit",
"test:withe2e": "npm run lint && npm run test:unit && npm run test:e2e -- --headless"
},
"license": "ISC",
"dependencies": {
"@aeternity/aepp-sdk": "^8.1.0",
"@fontsource/oxygen": "^4.3.0",
"aeternity-fungible-token": "github:aeternity/aeternity-fungible-token#v2.0.0",
"animate.css": "^4.1.1",
"autosize": "^4.0.4",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "^0.5.7",
"core-js": "^3.12.1",
"date-fns": "^2.21.3",
"fontsource-ibm-plex-sans": "^3.1.5",
"i18n": "^0.13.3",
"is-fqdn": "^2.0.1",
"jitsi-iframe-api": "^1.0.0",
"lodash-es": "^4.17.20",
"sophia-bonding-curve": "github:aeternity/BondingCurve#1.0.0-alpha.2",
"soundcloud-widget": "^0.2.1",
"tipping-contract": "github:aeternity/tipping-contract#v3.1.0-alpha2",
"vue": "^2.6.12",
"vue-aos": "^1.1.0",
"vue-chartjs": "^3.5.1",
"vue-i18n": "^8.24.4",
"vue-meta": "^2.4.0",
"vue-router": "^3.4.9",
"vue-timeago": "^5.1.2",
"vuex": "^3.6.0",
"vuex-router-sync": "^5.0.0",
"wordbazaar-contracts": "github:aeternity/wordbazaar-contracts#v0.0.4-alpha2"
},
"devDependencies": {
"@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.1.2",
"babel-eslint": "^10.1.0",
"cache-loader": "^4.1.0",
"empty-module": "0.0.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-vue": "^7.9.0",
"eslint-plugin-vue-i18n": "^0.3.0",
"favicons-webpack-plugin": "^2.1.0",
"node-sass": "^4.14.1",
"raw-loader": "^4.0.2",
"sass-loader": "^8.0.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^20.0.0",
"svg-url-loader": "^6.0.0",
"svgo": "^1.3.2",
"svgo-loader": "^2.2.1",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.12"
}
}