-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
87 lines (87 loc) · 2.58 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
{
"name": "syshub",
"version": "1.2.2",
"private": true,
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"build:development": "dotenv -e .env.development npm run build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint . --fix",
"lint:log": "eslint . > eslint.log",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0"
},
"pre-commit": [
"precommit-msg"
],
"dependencies": {
"@babel/runtime": "^7.1.2",
"@material-ui/core": "^3.1.2",
"@material-ui/icons": "^3.0.1",
"@types/grecaptcha": "^2.0.35",
"aes256": "^1.0.4",
"antd": "^3.10.8",
"antd-mobile": "^2.2.5",
"axios": "^0.18.1",
"bitcoinjs-lib": "4.0.2",
"buffer": "^5.6.0",
"buffer-math": "^0.3.0",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"eslint-plugin-react-hooks": "^1.6.0",
"fast-xml-parser": "^2.9.4",
"firebase": "^4.13.1",
"font-awesome": "^4.7.0",
"google-libphonenumber": "^3.1.14",
"html-to-draftjs": "^1.4.0",
"int64-buffer": "^0.99.1007",
"jss": "^9.8.7",
"jss-preset-default": "^4.5.0",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "^4.1.5",
"pre-commit": "^1.2.2",
"prop-types": "^15.6.2",
"qrcode": "^1.3.2",
"qrcode.react": "^0.7.2",
"re-base": "^3.2.3",
"react": "^16.8.3",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.3",
"react-draft-wysiwyg": "^1.12.13",
"react-favicon": "0.0.13",
"react-fontawesome": "^1.6.1",
"react-https-redirect": "^1.0.10",
"react-image": "^1.5.1",
"react-jss": "^8.6.1",
"react-password-strength": "^2.3.1",
"react-platform-js": "0.0.1",
"react-redux": "^5.0.7",
"react-scripts": "3.0.1",
"react-scroll": "^1.7.10",
"react-spinkit": "^3.0.0",
"react-spring": "^8.0.25",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0",
"secp256k1": "^3.5.2",
"speakeasy": "^2.0.0",
"sweetalert": "^2.1.0",
"sweetalert2": "^7.28.4",
"uid": "^1.0.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"dotenv-cli": "^2.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}