generated from BlossomLabs/remix-ethereum-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.99 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
64
65
66
{
"name": "remix-ethereum-boilerplate",
"private": true,
"description": "A remix front end for ethereum apps",
"version": "0.0.1",
"license": "",
"sideEffects": false,
"scripts": {
"build": "npm run sync-assets && npm run build:css && remix build",
"build:css": "tailwindcss -m -i ./styles/app.css -o app/styles/app.css",
"dev": "npm run sync-assets && concurrently \"npm run dev:css\" \"remix dev\"",
"dev:css": "tailwindcss -w -i ./styles/app.css -o app/styles/app.css -w",
"sync-assets": "copy-aragon-ui-assets ./public",
"lint": "eslint ./app"
},
"dependencies": {
"@1hive/1hive-ui": "^1.1.0",
"@nivo/core": "^0.79.0",
"@nivo/network": "^0.80.0",
"@nivo/pie": "^0.79.1",
"@nivo/radial-bar": "^0.80.0",
"@nivo/sankey": "^0.80.0",
"@react-spring/web": "^9.5.2",
"@remix-run/node": "^1.6.8",
"@remix-run/react": "^1.6.8",
"@remix-run/vercel": "^1.6.8",
"@udecode/zustood": "^0.4.4",
"@uniswap/widgets": "^1.1.1",
"@vercel/node": "^2.5.8",
"add": "^2.0.6",
"clipboard-polyfill": "^4.0.0-rc1",
"ethers": "^5.6.9",
"lodash.debounce": "^4.0.8",
"react": "^17.0.2",
"react-countup": "^6.4.0",
"react-dom": "^17.0.2",
"react-ranger": "^2.1.0",
"react-redux": "^8.0.2",
"react-spring": "^9.5.5",
"react-spring-scroll-to-hook": "^1.0.3",
"redux": "^4.2.0",
"styled-components": "^5.3.5",
"wagmi": "^0.2.28",
"zustand": "^3.7.2"
},
"devDependencies": {
"@remix-run/dev": "^1.6.8",
"@remix-run/eslint-config": "^1.6.8",
"@remix-run/serve": "^1.6.8",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^17.0.48",
"@types/react-dom": "^17.0.17",
"@types/styled-components": "^5.1.26",
"@types/stylis": "^4.0.2",
"autoprefixer": "^10.4.12",
"concurrently": "^7.4.0",
"cross-env": "^7.0.3",
"eslint": "^8.22.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4"
},
"engines": {
"node": ">=14"
}
}