-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.65 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
{
"name": "rosette-app",
"private": true,
"description": "A front end for the Rosette protocol",
"version": "0.0.1",
"license": "",
"sideEffects": false,
"scripts": {
"build": "yarn sync-assets && cross-env NODE_ENV=production remix build",
"dev": "pnpm sync-assets && cross-env NODE_ENV=development remix dev",
"start": "pnpm sync-assets && cross-env NODE_ENV=production remix-serve build",
"sync-assets": "copy-aragon-ui-assets ./public",
"postinstall": "remix setup node",
"lint": "eslint ./app"
},
"dependencies": {
"@blossom-labs/rosette": "^0.1.3",
"@blossom-labs/rosette-ui": "^0.0.1-alpha.9",
"@bundlr-network/client": "^0.7.15",
"@react-spring/web": "^9.4.4",
"@remix-run/node": "^1.6.3",
"@remix-run/react": "^1.6.3",
"@remix-run/vercel": "^1.6.3",
"@udecode/zustood": "^0.4.4",
"@uniswap/widgets": "^1.1.1",
"@vercel/node": "^2.4.0",
"clipboard-polyfill": "^4.0.0-rc1",
"ethers": "^5.6.1",
"ipfs-http-client": "56.0.3",
"lodash.debounce": "^4.0.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"styled-components": "^5.3.3",
"wagmi": "^0.2.28",
"zustand": "^3.7.1"
},
"devDependencies": {
"@remix-run/dev": "^1.6.3",
"@remix-run/eslint-config": "^1.6.3",
"@remix-run/serve": "^1.6.3",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.24",
"@types/stylis": "^4.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.9.0",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=14"
}
}