-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.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
{
"name": "swan",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build:prod": "vue-cli-service build --mode production",
"build:prod_t": "set NODE_OPTIONS=\"--openssl-legacy-provider\" & npm run build:prod\n",
"build:prod_u": "export NODE_OPTIONS=\"--openssl-legacy-provider\" && npm run build:prod\n",
"build:testnet": "vue-cli-service build --mode testnet",
"build:testnet_t": "set NODE_OPTIONS=\"--openssl-legacy-provider\" & npm run build:testnet\n",
"build:testnet_u": "export NODE_OPTIONS=\"--openssl-legacy-provider\" && npm run build:testnet\n",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\""
},
"dependencies": {
"amfe-flexible": "^2.2.1",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"core-js": "^3.6.5",
"element-plus": "^2.3.5",
"less": "^3.11.3",
"less-loader": "^5.0.0",
"vue": "^3.0.0",
"vue-loader": "^17.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"web3": "^1.7.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~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.2.27",
"compression-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "3.2.0",
"postcss": "^7.0.27",
"postcss-px-to-viewport": "^1.1.1",
"postcss-pxtorem": "^5.1.1",
"uglifyjs-webpack-plugin": "2.2.0",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vue-cli-plugin-element": "~1.0.1",
"vue-cli-plugin-i18n": "~2.3.1"
}
}