-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
93 lines (93 loc) · 2.73 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
{
"name": "starketplace",
"version": "0.1.1",
"private": true,
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime": "^7.10.5",
"@radix-ui/react-dropdown-menu": "^0.1.1",
"@reach/disclosure": "^0.10.5",
"@reach/menu-button": "^0.10.5",
"@reach/tabs": "^0.10.5",
"@tlon/indigo-light": "^1.0.5",
"@tlon/indigo-react": "^1.2.8",
"@tlon/sigil-js": "^1.4.5",
"@types/lodash": "^4.14.155",
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.2",
"@types/styled-system": "^5.1.10",
"@types/yup": "^0.29.7",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@walletconnect/client": "^1.4.1",
"@walletconnect/qrcode-modal": "^1.4.1",
"azimuth-js": "^0.22.1",
"classnames": "^2.2.6",
"css-loader": "^3.5.3",
"formik": "^2.2.0",
"fs-extra": "^8.1.0",
"i": "^0.3.6",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.0.1",
"moment": "^2.29.1",
"moment-locales-webpack-plugin": "^1.2.0",
"mousetrap": "^1.6.3",
"mv": "^2.1.1",
"node-sass": "^6.0.1",
"npm": "^6.14.11",
"promise": "^8.0.3",
"prompt": "^1.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.0.0",
"react-scripts": "4.0.3",
"replace-in-file": "^4.1.1",
"style-loader": "^1.2.1",
"styled-components": "^5.2.0",
"styled-system": "^5.1.5",
"suncalc": "^1.8.0",
"typescript": "^4.1.3",
"urbit-key-generation": "^0.19.0",
"urbit-ob": "^5.0.1",
"urbit-sigil-js": "^1.3.13",
"web-vitals": "^1.0.1",
"web3": "^1.4.0",
"zustand": "^3.5.2"
},
"scripts": {
"start": "react-scripts start",
"start:ropsten": "cp .ropsten-env .env && react-scripts start",
"start:mainnet": "cp .mainnet-env .env && react-scripts start",
"build": "cp .mainnet-env .env && react-scripts build",
"build:ropsten": "cp .ropsten-env .env && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}