-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "forever",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/filesize": "^3.6.0",
"antd": "^3.2.2",
"clipboard": "^2.0.0",
"ipfs": "^0.27.7",
"kinq": "github:unsignedint8/kinq",
"orbit-db": "^0.19.5",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-feather": "^1.0.8",
"react-progressive-image": "^0.3.0",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.1.1",
"react-scripts-ts-antd": "2.13.2",
"redux": "^3.7.2",
"uuid": "^3.2.1",
"video-react": "^0.9.4"
},
"scripts": {
"start": "react-scripts-ts-antd start",
"build": "react-scripts-ts-antd build",
"test": "react-scripts-ts-antd test --env=jsdom",
"eject": "react-scripts-ts-antd eject"
},
"devDependencies": {
"@types/jest": "^22.1.3",
"@types/node": "^9.4.6",
"@types/react": "^16.0.38",
"@types/react-dom": "^16.0.4",
"@types/react-router-dom": "^4.2.4",
"@types/clipboard": "^1.5.36",
"typescript": "^2.7.2"
}
}