-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.73 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": "@zer0-os/zos-feed",
"version": "1.30.1",
"description": "feed app for zos",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"build": "tsc --build && cp src/*.css dist/ && cp src/assets/* dist/",
"start:watch": "tsc --watch && cp src/*.css dist/ && cp src/assets/* dist/"
},
"author": "",
"license": "ISC",
"files": [
"dist"
],
"repository": "https://github.com/zer0-os/zOS-feed.git",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@reduxjs/toolkit": "^1.7.1",
"@types/enzyme": "^3.10.10",
"@types/jest": "^24.9.1",
"@types/react": "^16.14.21",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"babel-jest": "^27.4.6",
"enzyme": "^3.11.0",
"jest": "^27.4.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"react-router-dom": "5.3.0",
"redux-saga": "^1.1.3",
"redux-saga-test-plan": "^4.0.4",
"typescript": "^4.1.6"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"react-router-dom": "5.3.0"
},
"dependencies": {
"@cloudinary/react": "^1.3.0",
"@cloudinary/url-gen": "^1.7.0",
"@zero-tech/zapp-utils": "^0.5.1",
"@zer0-os/zos-component-library": "0.15.0",
"@zer0-os/zos-zns": "2.3.3",
"classnames": "^2.3.1",
"lodash.get": "^4.4.2",
"lodash.isequalwith": "^4.4.0",
"react-infinite-scroll-component": "^6.1.0"
},
"overrides": {
"@types/react": "^16.14.21"
}
}