-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.68 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
{
"name": "token-alert",
"version": "0.1.0",
"description": "token alert",
"author": "GregoryWhale",
"main": "index.js",
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"babel-register": "6.26.0",
"bootstrap": "4.3.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
"dotenv": "^8.2.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.11.0",
"messaging-api-telegram": "^1.0.1",
"node-sass": "^4.14.1",
"perfect-scrollbar": "^1.5.0",
"react": "^16.14.0",
"react-apollo": "^3.1.5",
"react-bootstrap": "1.0.0-beta.5",
"react-dom": "^16.14.0",
"react-scripts": "^3.4.4",
"reactstrap": "^8.7.0",
"truffle": "5.0.5",
"use-sound": "^1.0.2",
"web3": "^1.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"clean:install": "rm -rf node_modules/ && rm -rf package-lock.json && npm install"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/googlemaps": "3.39.2",
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.9.19",
"eslint-plugin-flowtype": "3.13.0",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"typescript": "3.7.5"
}
}