-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
107 lines (107 loc) · 3.62 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
{
"name": "lens",
"version": "2.0.0-rc.1",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.4.0",
"@blueprintjs/select": "^3.6.0",
"@rebass/grid": "^6.0.0-7",
"@types/animejs": "^2.0.2",
"@types/codemirror": "^0.0.72",
"@types/d3": "~5.7.0",
"@types/jest": "24.0.22",
"@types/lodash": "^4.14.146",
"@types/long": "^4.0.0",
"@types/nanoid": "^2.1.0",
"@types/node": "12.12.7",
"@types/pixi.js": "^4.8.0",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.4",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-router-dom": "^4.3.1",
"@types/react-table": "~6.8.5",
"@types/react-transition-group": "^2.0.16",
"@types/store": "^2.0.1",
"@types/styled-components": "^4.4.0",
"animejs": "^3.0.1",
"babel-plugin-styled-components": "^1.10.6",
"bignumber.js": "^9.0.0",
"blakejs": "^1.1.0",
"codemirror": "^5.44.0",
"create-file-webpack": "^1.0.2",
"customize-cra": "^0.8.0",
"d3": "^5.7.0",
"es6-tween": "^5.4.3",
"gh-pages": "^2.1.1",
"jsbi": "^2.0.5",
"json-bigint": "^0.3.0",
"lodash": "^4.17.10",
"long": "^4.0.0",
"mobx": "^5.15.0",
"mobx-react": "^6.1.4",
"mobx-react-lite": "^1.5.0",
"nanoid": "^2.0.1",
"node-sass": "^4.13.0",
"normalize.css": "^8.0.0",
"particulate": "^0.3.3",
"pixi.js": "^4.8.0",
"qrcode": "^1.3.3",
"qrcode.react": "^0.9.3",
"react": "^16.11.0",
"react-app-rewired": "^2.1.5",
"react-codemirror2": "^5.1.0",
"react-confirm-alert": "^2.3.0",
"react-dom": "^16.11.0",
"react-dropdown": "^1.6.4",
"react-dropzone": "^10.1.8",
"react-infinite-scroller": "^1.2.4",
"react-notifications-component": "^1.1.1",
"react-qr-code": "^0.1.3",
"react-qr-svg": "^2.2.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-sizeme": "^2.5.2",
"react-table": "~6.8.5",
"react-transition-group": "^2.8.0",
"reconnecting-websocket": "^4.2.0",
"smart-buffer": "^4.0.2",
"store": "^2.0.12",
"styled-components": "^4.1.3",
"three": "^0.103.0",
"three-trackballcontrols": "github:claudiucelfilip/three-trackballcontrols",
"tslint": "^5.7.0",
"tslint-config-prettier": "^1.10.0",
"tslint-react": "^3.2.0",
"tweetnacl": "^1.0.0",
"typescript": "3.7.2",
"wabt": "^1.0.10",
"wavelet-client": "2.0.0-rc.5",
"wavelet-faucet": "^0.2.1",
"worker-loader": "^2.0.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "GENERATE_SOURCEMAP=false react-app-rewired build",
"deploy:subfolder": "PUBLIC_URL=/lens npm run deploy",
"deploy": "REACT_APP_DEFAULT_API_HOST=https://devnet.perlin.net REACT_APP_CNAME=lens.perlin.net npm run build && npm run gh-pages",
"gh-pages": "gh-pages -d build -b gh-pages",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint:prettier": "prettier --write src/**/*.{js,jsx,ts,tsx}"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}