This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.96 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
{
"name": "snowflake-dappstore",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.4",
"@material-ui/icons": "^3.0.1",
"@uniswap/sdk": "^1.0.0-beta.4",
"axios": "^0.18.0",
"bitcore-lib": "^8.22.2",
"bitski": "^0.10.8",
"bootstrap": "^4.5.2",
"ethers": "^4.0.48",
"i18next": "^15.0.9",
"i18next-browser-languagedetector": "^3.1.1",
"jquery": "^3.5.1",
"metamask-logo": "^2.5.0",
"node-sass": "^4.14.1",
"numeral": "^2.0.6",
"owl.carousel": "^2.3.4",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-i18next": "^10.13.2",
"react-icons": "^3.11.0",
"react-router-dom": "^5.2.0",
"react-scripts": "2.1.8",
"react-slick": "^0.24.0",
"reactstrap": "^8.5.1",
"slick-carousel": "^1.8.1",
"storybook-react-router": "^1.0.8",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-declaration-strict-value": "^1.5.0",
"stylelint-selector-bem-pattern": "^2.1.0",
"typescript": "^3.9.7",
"web3": "^1.2.11",
"web3-react": "4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app",
"env": {
"browser": true
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@storybook/addon-actions": "^5.3.21",
"@storybook/addon-links": "^5.3.21",
"@storybook/addons": "^5.3.21",
"@storybook/react": "^5.3.21",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6"
}
}