-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
69 lines (69 loc) · 2.21 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
{
"name": "libertypie-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"dependencies": {
"@libertypie/vue-svg-img": "^1.0.3",
"@libertypie/wallet-provider": "^1.0.16",
"core-js": "^3.6.5",
"eth-provider": "^0.5.3",
"ethers": "^5.0.25",
"fontawesome-svg-loader": "^0.4.0",
"jdenticon": "^3.1.0",
"nouislider": "^14.6.3",
"simple-scrollbar": "git+https://github.com/buzinas/simple-scrollbar.git",
"skynet-js": "^3.0.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"whatwg-fetch": "^3.5.0"
},
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "^7.12.1",
"@fullhuman/postcss-purgecss": "^3.1.3",
"@gfx/zopfli": "^1.0.15",
"@rails/webpacker": "^6.0.0-pre.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"autoprefixer": "^10.2.1",
"babel-eslint": "^10.1.0",
"compression-webpack-plugin": "6.1.1",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^5.0.1",
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"dart-sass": "^1.25.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"glob": "^7.1.6",
"imagemin-webpack-plugin": "^2.4.2",
"jsdoc": "^3.6.6",
"jsdoc-template": "git+https://github.com/braintree/jsdoc-template.git",
"less": "^4.1.0",
"less-loader": "^7.2.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"purgecss-webpack-plugin": "^3.1.3",
"sass": "^1.32.2",
"sass-loader": "^8.0.2",
"stickybits": "^3.7.8",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "4.2.3",
"vue-style-loader": "^4.1.2",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^4.3.0"
}
}