This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
90 lines (90 loc) · 2.51 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "klaytn-wallet",
"version": "2.4.12",
"description": "Klaytn Wallet Project",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest",
"build": "NODE_OPTIONS=--max-old-space-size=4096 webpack --config ./webpack.prod.config.js",
"start": "node ./klaytnwalletFront.production.js",
"start:local": "node ./klaytnwalletFront.local.js webpack.config.js --watch",
"cypress:open": "cypress open"
},
"repository": {
"type": "git"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"bignumber.js": "^7.2.1",
"caver-js": "^1.4.1",
"classnames": "^2.2.5",
"copy-to-clipboard": "^3.0.8",
"crypto-js": "^3.1.9-1",
"dotenv": "^6.0.0",
"dotenv-webpack": "^1.5.7",
"git-revision-webpack-plugin": "^3.0.3",
"js-cookie": "^2.2.0",
"json-format": "^1.0.1",
"lodash": "^4.17.10",
"numeral": "^2.0.6",
"randombytes": "^2.0.6",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-dropdown": "^1.5.0",
"react-lottie": "^1.2.3",
"react-redux": "^5.0.7",
"react-router": "^3.2.1",
"react-router-redux": "^4.0.8",
"react-scripts": "1.1.4",
"react-tooltip": "^3.8.1",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"rxjs": "^6.2.2",
"throng": "^4.0.0",
"uuid": "^3.3.2",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.3.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"clipboardy": "^2.1.0",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"cypress": "^3.3.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.0.7",
"jest": "^23.6.0",
"node-sass": "^4.9.0",
"opn": "^5.3.0",
"react-hot-loader": "^4.0.0",
"react-test-renderer": "^16.6.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.7.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.4",
"webpack-hot-middleware": "^2.22.1"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
}
}