-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
110 lines (110 loc) · 4.39 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
{
"name": "@airswap/airswap-otc",
"version": "1.0.1",
"private": true,
"homepage": "https://trader.airswap.io/",
"scripts": {
"start:dev": "HTTPS=false PORT=3000 REACT_APP_PRIVATE_KEY='0x2D8A9870E4BA1755B12A0D2EC8E11955C21D3EAD2D538A0EAD0EBD00F2860BCF' REACT_APP_ENVIRONMENT='development' react-app-rewired start",
"start:dev-goerli": "HTTPS=false PORT=3000 REACT_APP_PRIVATE_KEY='0x2D8A9870E4BA1755B12A0D2EC8E11955C21D3EAD2D538A0EAD0EBD00F2860BCF' REACT_APP_TEST_NETWORK='5' REACT_APP_ENVIRONMENT='development' react-app-rewired start",
"start:dev-test": "HTTPS=false PORT=3000 REACT_APP_PRIVATE_KEY='0x2D8A9870E4BA1755B12A0D2EC8E11955C21D3EAD2D538A0EAD0EBD00F2860BCF' REACT_APP_ENVIRONMENT='development' react-app-rewired start",
"start:prod": "HTTPS=true PORT=3001 REACT_APP_ENVIRONMENT='production' react-app-rewired start",
"start:prod-test": "HTTPS=false PORT=3001 REACT_APP_ENVIRONMENT='production' react-app-rewired start",
"start": "yarn start:dev",
"build": "react-app-rewired --max_old_space_size=4096 build",
"build:production": "REACT_APP_SERVER_ENV=production REACT_APP_ENVIRONMENT=production ENV=production GENERATE_SOURCEMAP=false CI=false yarn build",
"build:development": "REACT_APP_SERVER_ENV=development REACT_APP_ENVIRONMENT=development ENV=development GENERATE_SOURCEMAP=false CI=false yarn build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"prettier:run-all": "prettier --write \"src/**/*.{ts,tsx}\"",
"types": "tsc",
"lint": "eslint . --ext .ts,.tsx",
"lint-staged": "lint-staged",
"locale": "yarn generateAllLocaleMessages",
"generateAllLocaleMessages": "yarn generateLocaleMessages 'src/**/*.tsx'",
"generateLocaleMessages": "NODE_ENV='development' extract-react-intl-messages --flat -l=en_US,de_DE,fr_FR,ja,ko,ru_RU,zh_CN,zh_TW --default-locale en_US -o src/locales/messages",
"fixLocales": "rm -rf src/locales/messages && yarn generateAllLocaleMessages"
},
"devDependencies": {
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-class-property": "^1.1.0",
"eslint-plugin-jest": "^22.2.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react-intl": "https://github.com/thecalvinchan/eslint-plugin-react-intl.git",
"eslint-plugin-simple-import-sort": "^4.0.0",
"lint-staged": "^7.3.0",
"pre-commit": "^1.2.2",
"redux-devtools-extension": "^2.13.5"
},
"dependencies": {
"@airswap/protocols": "2.0.0",
"@airswap/types": "^3.5.11",
"@types/ismobilejs": "^0.4.1",
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.134",
"@types/node": "^12.0.5",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.1.0",
"@types/react-router-dom": "^5.1.3",
"@types/react-slick": "^0.23.4",
"@types/react-window": "^1.8.1",
"@types/styled-components": "^4.1.16",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"airswap.js": "0.2.24",
"babel-loader": "8.0.4",
"babel-plugin-react-intl-auto": "^1.7.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"bignumber.js": "4.1.0",
"chroma-js": "^2.0.2",
"connected-react-router": "5.0.1",
"customize-cra": "^0.2.11",
"date-fns": "^1.30.1",
"express": "^4.17.1",
"extract-react-intl-messages": "1",
"ismobilejs": "^0.5.2",
"jwt-decode": "^2.2.0",
"locale2": "^2.3.1",
"lodash": "^4.17.11",
"node-sass": "^4.12.0",
"nodemon": "^1.19.1",
"prettier": "^1.19.1",
"react": "^17.0.2",
"react-app-rewired": "^2.0.3",
"react-dom": "^17.0.2",
"react-intl": "^2.8.0",
"react-primitives": "^0.6.1",
"react-redux": "^5.1.1",
"react-responsive": "^6.1.2",
"react-router-dom": "^5.1.0",
"react-scripts": "2.1.3",
"react-slick": "^0.24.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"redux": "3.7.2",
"redux-thunk": "^2.3.0",
"requireindex": "^1.2.0",
"reselect": "3.0.1",
"slick-carousel": "^1.8.1",
"styled-components": "^4.3.1",
"styled-reset": "^1.6.8",
"typescript": "3.4.5",
"webfontloader": "^1.6.28",
"zoid": "^9.0.85"
},
"pre-commit": [
"prettier:run-all",
"types",
"lint"
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": ">=10.18.1"
}
}