forked from FunnychainCo/funnychain-front
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.6 KB
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
{
"name": "funnychain",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.1.1",
"@material-ui/icons": "^3.0.1",
"@types/q": "^1.5.1",
"@types/storejs": "^2.0.3",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"dsteem": "^0.9.0",
"eventemitter3": "^3.1.0",
"firebase": "^4.13.1",
"ipfs-api": "^24.0.2",
"lodash": "^4.17.11",
"mdi-material-ui": "^5.5.0",
"microlinkjs": "^2.2.5",
"mobile-detect": "^1.4.3",
"moment": "^2.22.2",
"notifyjs": "^3.0.0",
"promise-pool-executor": "^1.1.1",
"prop-types": "^15.6.2",
"q": "^1.5.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-dropzone": "^4.3.0",
"react-firebase-file-uploader": "^2.4.2",
"react-images-loaded": "^2.0.0",
"react-markdown": "^3.6.0",
"react-microlink": "^2.2.5",
"react-onsenui": "^1.11.1",
"react-perfect-scrollbar": "^1.2.2",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.16.0",
"react-tap-event-plugin": "^3.0.3",
"react-virtualized": "^9.20.1",
"react-waypoint": "^8.0.3",
"sc2-sdk": "^1.1.0",
"store": "^2.0.12",
"suggest-username": "^0.1.2",
"typeface-roboto": "0.0.54"
},
"scripts": {
"dev": "react-scripts-ts start",
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"@types/node": "^10.11.3",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.8",
"typescript": "^2.8.3"
}
}