-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "paymo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@firebase/app-types": "0.3.3",
"@mainframe/sdk": "^0.3.0",
"@material-ui/core": "3.9.1",
"@material-ui/icons": "3.0.2",
"@morpheus-ui/core": "^0.0.26",
"@morpheus-ui/fonts": "^0.0.1",
"@morpheus-ui/icons": "^0.0.12",
"aphrodite": "^2.2.3",
"color": "^0.11.0",
"eslint-config-mainframe": "^3.2.0",
"firebase": "5.8.1",
"memoize-one": "^5.0.4",
"mersenne-twister": "^1.1.0",
"prettier": "^1.17.1",
"react": "16.7.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "16.7.0",
"react-scripts": "2.1.3",
"styled-components": "^4.1.3",
"typeface-roboto": "^0.0.54",
"web3": "1.0.0-beta.37"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "eslint ./src",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "./",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.3.1",
"babel-loader": "8.0.4"
}
}