-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 5.06 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "Lyf",
"version": "0.0.1",
"description": "Lyf",
"directories": {
"test": "test"
},
"scripts": {
"build:local": "NODE_ENV=local webpack --config webpack.prod.config.js",
"build:dev": "NODE_ENV=dev webpack --config webpack.prod.config.js",
"build:qa": "NODE_ENV=qa webpack --config webpack.prod.config.js",
"build:real": "removeNPMAbsolutePaths ./ && NODE_ENV=real webpack --config webpack.prod.config.js",
"build:test": "NODE_ENV=real MODE=test webpack --config webpack.prod.config.js",
"local": "NODE_ENV=development node ./frontserver.js webpack.config.js --watch",
"local:test": "NODE_ENV=local MODE=test node ./frontserver.js webpack.config.js --watch",
"real": "NODE_ENV=real node ./frontserver.js webpack.prod.config.js --watch",
"test-client": "NODE_ENV=test node ./frontserver.js webpack.prod.config.js --watch",
"start": "NODE_ENV=real node ./frontserver.js webpack.prod.config.js --watch",
"start:local": "NODE_ENV=local node ./frontserver.js webpack.prod.config.js --watch",
"dist": "export $(cat build.env | xargs) && node ./dist.js"
},
"repository": {
"type": "git"
},
"author": "Lyf",
"license": "GPL-3.0",
"dependencies": {
"@ethersproject/abi": "^5.4.0",
"@sentry/browser": "^7.42.0",
"@sentry/tracing": "^7.42.0",
"@tweenjs/tween.js": "^18.4.2",
"acceptedlanguages": "0.0.2",
"autoprefixer": "^10.4.13",
"base": "^3.0.0",
"caver-js": "^1.10.1",
"classnames": "^2.2.5",
"copy-text-to-clipboard": "^2.1.0",
"copy-to-clipboard": "^3.3.1",
"crypto-browserify": "^3.12.0",
"custom-protocol-check": "^1.1.0",
"custom-protocol-detection": "^1.0.1",
"deepmerge": "^4.2.2",
"dotenv": "^6.0.0",
"dotenv-webpack": "^1.5.7",
"fs": "0.0.1-security",
"graphql": "^16.0.1",
"graphql-request": "^3.4.0",
"html-loader": "^4.2.0",
"javascript-obfuscator": "^4.0.1",
"javascript-priority-queue": "^1.0.0",
"js-cookie": "^2.2.0",
"json-format": "^1.0.1",
"keccak256": "^1.0.1",
"klip-sdk": "^2.0.1",
"local-storage": "^2.0.0",
"lodash": "^4.17.20",
"node-fetch": "^2.6.7",
"node-polyfill-webpack-plugin": "^2.0.1",
"node-stdlib-browser": "^1.2.0",
"nth-check": "^2.1.1",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"qrcode": "^1.5.0",
"random-useragent": "^0.5.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-router": "^3.2.1",
"require-from-string": "^1.2.0",
"rxjs": "^6.4.0",
"smoothscroll-polyfill": "^0.4.4",
"tailwind-merge": "^1.12.0",
"tailwindcss": "^3.2.7",
"url": "^0.11.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/node": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"assert": "^2.0.0",
"aws-sdk": "^2.762.0",
"babel-loader": "^8.0.0",
"browserify": "^17.0.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^0.1.19",
"compression": "^1.7.4",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"flex-gap-polyfill": "^4.1.0",
"flow-bin": "^0.86.0",
"html-webpack-plugin": "^5.5.0",
"https-browserify": "^1.0.0",
"memory-fs": "^0.5.0",
"mini-css-extract-plugin": "^2.7.2",
"node-libs-browser": "^2.2.1",
"node-sass": "^4.14.1",
"opn": "^5.3.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react-hot-loader": "^4.0.0",
"react-refresh": "^0.14.0",
"sass-loader": "^13.2.0",
"sass-resources-loader": "^2.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^0.21.0",
"terser-webpack-plugin": "^4.2.3",
"util": "^0.12.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-middleware": "^6.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-hot-middleware": "^2.25.3",
"webpack-obfuscator": "^2.6.0"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
}
}