forked from cryptonana/ex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.46 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.46 KB
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
{
"name": "playground",
"version": "0.0.1",
"private": true,
"dependencies": {
"@openware/core-data": "^1.1.0",
"@openware/cryptofont": "0.1.6",
"axios": "^0.18.0",
"bitcore-lib-cash": "^8.3.4",
"bootstrap": "^4.3.1",
"country-list": "^2.1.1",
"d3": "^5.9.2",
"history": "^4.7.2",
"i18n-iso-countries": "^4.1.1",
"immutability-helper": "^3.0.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"react": "^16.4.2",
"react-country-flag": "^1.0.2",
"react-dom": "^16.4.2",
"react-fade-in": "^0.1.6",
"react-google-recaptcha": "^1.0.5",
"react-grid-layout": "^0.16.6",
"react-intl": "^2.9.0",
"react-maskinput": "^1.0.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "^2.17.0",
"react-share": "^2.4.0",
"recharts": "1.6.2",
"redux": "^4.0.0",
"redux-saga": "^1.0.3",
"ua-parser-js": "^0.7.20"
},
"scripts": {
"build:css": "postcss src/index.pcss -o src/index.css",
"watch:css": "postcss src/index.pcss -o src/index.css -w",
"lint": "tsc --noEmit && tslint --project .",
"lint:fix": "tslint --project . --fix",
"lint:fixv": "tslint --project . --fix -t verbose",
"start": "npm-run-all -p watch:css start-js",
"start-js": "react-scripts-ts start",
"build-js": "react-scripts-ts build",
"build": "npm-run-all build:css build-js",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"clean": "rimraf build"
},
"devDependencies": {
"@openware/coding-standards": "^0.1.6",
"@types/axios": "^0.14.0",
"@types/classnames": "^2.2.6",
"@types/history": "^4.7.0",
"@types/jest": "^23.3.1",
"@types/jquery": "^3.3.6",
"@types/node": "^10.9.4",
"@types/react": "^16.4.9",
"@types/react-dom": "^16.0.7",
"@types/react-hot-loader": "^4.1.0",
"@types/react-redux": "^6.0.6",
"@types/react-router": "^4.0.30",
"@types/react-router-dom": "^4.3.0",
"@types/react-share": "^2.1.1",
"@types/webpack-env": "^1.13.6",
"autoprefixer": "^9.1.1",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"classnames": "^2.2.6",
"cssnano": "^4.0.5",
"npm-run-all": "^4.1.3",
"postcss-autoreset": "^2.0.2",
"postcss-cli": "^6.0.0",
"postcss-import": "^12.0.0",
"postcss-nested": "^3.0.0",
"react-hot-loader": "^4.3.4",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.0.1"
}
}