This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
121 lines (121 loc) · 4.14 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": "0x-tracker-client",
"version": "1.0.0",
"repository": "https://github.com/0xTracker/0x-tracker-client.git",
"author": "Craig Bovis <[email protected]>",
"license": "Apache-2.0",
"private": true,
"scripts": {
"browsers:list": "browserslist",
"build": "cp -r ./temp ./dist",
"build:old": "webpack -p --config config/webpack/production.config.js && cp ./_redirects ./dist/_redirects",
"build:analyze": "webpack -p --config config/webpack/production.config.js --env.analyze=true",
"build:serve": "npm-run-all -s build serve",
"lint": "eslint --ext .js --report-unused-disable-directives .",
"serve": "serve dist --single",
"start": "webpack-dev-server --open --config config/webpack/development.config.js",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@hot-loader/react-dom": "16.13.0",
"@testing-library/jest-dom": "5.3.0",
"@tippyjs/react": "4.0.0-alpha.4",
"axios": "0.19.2",
"babel-polyfill": "6.26.0",
"bootstrap": "4.4.1",
"core-js": "3.6.4",
"currency-formatter": "1.5.5",
"date-fns": "2.16.1",
"lodash": "4.17.15",
"mediaquery": "0.0.4",
"numeral": "2.0.6",
"offline-plugin": "5.0.7",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-autosuggest": "10.0.2",
"react-day-picker": "7.4.8",
"react-dom": "16.13.1",
"react-hot-loader": "4.12.20",
"react-kawaii": "0.16.0",
"react-paginate": "6.3.2",
"react-portal": "4.2.1",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-scroll": "1.7.16",
"react-select": "3.1.0",
"react-share": "4.1.0",
"react-slick": "0.25.2",
"react-use": "13.27.1",
"reactstrap": "8.4.1",
"recharts": "2.0.4",
"styled-components": "5.1.0",
"styled-media-query": "2.1.2",
"tippy.js": "6.1.0"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.9.0",
"@babel/preset-react": "7.9.4",
"@storybook/addon-actions": "6.0.28",
"@storybook/addon-backgrounds": "6.0.28",
"@storybook/addon-essentials": "6.0.28",
"@storybook/addon-viewport": "6.0.28",
"@storybook/react": "6.0.28",
"@testing-library/react": "10.0.1",
"axios-mock-adapter": "1.18.1",
"babel-eslint": "10.1.0",
"babel-jest": "26.0.1",
"babel-loader": "8.1.0",
"babel-plugin-date-fns": "2.0.0",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-styled-components": "1.10.7",
"babel-plugin-transform-imports": "2.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"browserslist": "4.11.0",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.1.1",
"dotenv-webpack": "1.7.0",
"error-overlay-webpack-plugin": "0.4.1",
"eslint": "7.5.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-classes": "0.1.1",
"eslint-plugin-compat": "3.8.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "23.18.0",
"eslint-plugin-lodash": "7.1.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react-hooks": "4.0.8",
"file-loader": "6.0.0",
"history": "4.10.1",
"html-webpack-plugin": "4.0.2",
"husky": "4.2.3",
"jest": "26.0.1",
"lint-staged": "10.0.9",
"mini-css-extract-plugin": "0.9.0",
"npm-run-all": "4.1.5",
"optimize-css-assets-webpack-plugin": "5.0.3",
"prettier": "2.0.5",
"regenerator-runtime": "0.13.5",
"serve": "11.3.0",
"storybook-react-router": "1.0.8",
"terser-webpack-plugin": "2.3.5",
"timekeeper": "2.2.0",
"unused-files-webpack-plugin": "3.4.0",
"webpack": "4.42.1",
"webpack-bundle-analyzer": "3.6.1",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3",
"webpack-merge": "4.2.2"
}
}