-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.53 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
{
"name": "ice-aepp",
"version": "0.4.0",
"description": "Self-contained aeternity web aepp",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV='prod' webpack -p --optimize-minimize --optimize-dedupe",
"start:dev": "NODE_ENV='dev' webpack-dev-server --host 0.0.0.0 --port 3001",
"start": "node server.js"
},
"repository": "https://github.com/aeternity/web-aepp",
"author": "Enrico Icardi <[email protected]>, Shubhendu Shekhar <[email protected]>, ",
"license": "ISC",
"dependencies": {
"@aeternity/aepp-components": "^2.0.15",
"@aeternity/aepp-sdk": "6.1.2",
"@chenfengyuan/vue-qrcode": "^1.0.0",
"bignumber.js": "8.1.1",
"isomorphic-fetch": "^2.2.1",
"qrcode": "^1.3.3",
"vee-validate": "^2.1.7",
"vue": "^2.6.8",
"vue-chat-scroll": "^1.3.5",
"vue-i18n": "^8.9.0",
"vue-qrcode-reader": "^1.4.0",
"vue-router": "^3.0.2",
"vue-socket.io": "^3.0.7",
"vue-template-compiler": "^2.6.8",
"vuex": "^3.1.0",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"autoprefixer": "^9.4.10",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^5.0.1",
"css-loader": "^2.1.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass-loader": "^7.1.0",
"standard": "^12.0.1",
"standard-loader": "^6.0.1",
"style-loader": "^0.23.1",
"tailwindcss": "^0.7.4",
"url-loader": "^1.1.2",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
}
}