forked from aeternity/superhero-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.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
{
"name": "superhero-ui",
"version": "0.1.13",
"scripts": {
"serve": "vue-cli-service serve",
"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",
"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": "^7.5.0",
"@aeternity/superhero-button": "^0.1.3",
"@dicebear/avatars": "^4.2.1",
"@dicebear/avatars-avataaars-sprites": "^4.2.1",
"autosize": "^4.0.2",
"axios": "^0.19.0",
"bignumber.js": "^9.0.0",
"bootstrap": "^4.5.0",
"core-js": "^3.6.5",
"detect-browser": "^4.8.0",
"i18n": "^0.8.6",
"jdenticon": "^2.2.0",
"jitsi-iframe-api": "^1.0.0",
"lodash-es": "^4.17.15",
"vue": "^2.6.11",
"vue-i18n": "^8.18.2",
"vue-router": "^3.3.4",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-e2e-cypress": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-unit-jest": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-airbnb": "^5.1.0",
"@vue/test-utils": "1.0.0-beta.31",
"babel-eslint": "^10.0.3",
"cache-loader": "^4.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^6.1.2",
"eslint-plugin-vue-i18n": "^0.3.0",
"favicons-webpack-plugin": "^2.1.0",
"node-sass": "^4.14.1",
"raw-loader": "^4.0.1",
"sass-loader": "^8.0.2",
"stylelint": "^13.6.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.11"
}
}