-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.93 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
{
"name": "aelf-dapp-demos",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run clean && cross-env NODE_ENV=production webpack --progress --colors --display-chunks --config ./build/webpack.prod.js",
"analyze": "npm run clean && cross-env NODE_ENV=production webpack --config ./build/webpack.analyze.js",
"clean": "rimraf dist/*",
"commit": "git-cz",
"lint": "eslint --ext js,jsx src",
"dev": "npm run clean && cross-env NODE_ENV=development webpack-dev-server --progress --colors --display-chunks --watch --config ./build/webpack.dev.js",
"test": "npm run clean && cross-env NODE_ENV=development webpack-dev-server --progress --colors --display-chunks --watch --config ./build/webpack.dev.js --dev-mode test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AElfProject/bingo-game-front.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/AElfProject/bingo-game-front/issues"
},
"homepage": "https://github.com/AElfProject/bingo-game-front#readme",
"devEngines": {
"node": "10.x || 11.x || 12.x"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"aelf-bridge": "^0.0.8",
"aelf-sdk": "3.2.23",
"antd-mobile": "^2.3.1",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"cookie": "^0.4.0",
"core-js": "^2",
"i18next": "^17.0.9",
"i18next-browser-languagedetector": "^3.0.3",
"lodash": "^4.17.15",
"lodash-decorators": "^6.0.1",
"memoize-one": "^5.0.5",
"minireset.css": "^0.0.5",
"moment": "^2.24.0",
"path-to-regexp": "^3.1.0",
"prop-types": "^15.7.2",
"query-string": "5",
"rc-form": "^2.4.9",
"react": "^16.8.6",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.8.6",
"react-i18next": "^10.11.5",
"react-if": "^3.4.3",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-select": "^3.0.8",
"react-spinners": "^0.6.1",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"store2": "^2.8.0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.0",
"babel-plugin-lodash": "^3.3.4",
"chalk": "^2.4.2",
"commitizen": "^4.0.3",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^5.2.0",
"css-loader": "^3.1.0",
"cssnano": "^4.1.10",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-import-resolver-webpack": "^0.12.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.6.1",
"file-loader": "^4.1.0",
"git-cz": "^3.2.1",
"glob": "^7.1.4",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.2",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lint-staged": "^9.2.1",
"mini-css-extract-plugin": "^0.8.0",
"minimist": "^1.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-less": "^3.1.4",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-px-to-viewport": "^1.1.1",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.4.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"unused-files-webpack-plugin": "^3.4.0",
"url-loader": "^2.1.0",
"webpack": "^4.39.1",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1"
},
"lint-staged": {
"*.{js,jsx}": "eslint"
},
"theme": {}
}