-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.74 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
{
"name": "mweb3-demo-waves",
"version": "1.0.4",
"scripts": {
"start": "webpack-dev-server --content-base public --debug --output-pathinfo --watch-poll --hot --inline --host 0.0.0.0 --port 4001 --mode development",
"build": "NODE_ENV=production webpack -p --mode production",
"server": "node server.js"
},
"dependencies": {
"express": "^4.16.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hook-form": "^3.9.0",
"react-lines-ellipsis": "^0.14.1",
"react-transition-group": "^4.0.0",
"styled-components": "^4.2.0",
"styled-system": "^4.1.0",
"memoize-one": "^5.0.4",
"@waves/waves-transactions": "^3.3.11",
"@waves/waves-crypto": "^2.0.4"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "7.0.0",
"@babel/register": "^7.4.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-styled-components": "^1.10.0",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"svg-inline-loader": "^0.8.0",
"cross-env": "^5.2.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.1",
"@hot-loader/react-dom": "^16.8.6",
"react-hot-loader": "^4.8.0"
}
}