-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
102 lines (102 loc) · 3.45 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "ambient-ts-app",
"version": "2.12.3",
"private": true,
"type": "module",
"dependencies": {
"@crocswap-libs/sdk": "^1.1.2",
"@d3fc/d3fc-extent": "^4.0.2",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
"@mui/material": "^5.8.2",
"@web3modal/ethers": "4.2.1",
"babel-plugin-styled-components": "^2.1.4",
"d3": "^7.4.4",
"d3fc": "^15.2.4",
"emoji-picker-react": "^4.11.1",
"ethers": "^6.13.3",
"framer-motion": "4.1.17",
"intro.js": "^7.0.0",
"intro.js-react": "^1.0.0",
"modern-screenshot": "^4.4.25",
"moment": "^2.30.1",
"numbro": "^2.5.0",
"re-resizable": "^6.10.1",
"react": "^18.3.1",
"react-blockies": "^1.4.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-idle-timer": "^5.7.2",
"react-jazzicon": "^1.0.4",
"react-reveal": "^1.2.2",
"react-router-dom": "^6.27.0",
"react-transition-group": "^4.4.2",
"react-use-websocket": "^4.8.1",
"styled-components": "6.0.3",
"web-vitals": "^2.1.0"
},
"resolutions": {
"@coinbase/wallet-sdk": "npm:@coinbase/[email protected]"
},
"scripts": {
"ambi": "yarn start --force",
"start": "yarn install && vite",
"start-only": "vite",
"force": "yarn start --force",
"futa": "yarn start --force --mode futa --port 3001",
"plume": "yarn start --force --mode plume --port 3001",
"build": "tsc && vite build",
"preview": "vite preview",
"dev": "vite --host",
"test": "vitest",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"prepare": "husky"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json}": [
"prettier --write --config ./.prettierrc"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/is-prop-valid": "^1.3.1",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.5.2",
"@types/adm-zip": "^0.5.7",
"@types/d3": "^7.1.0",
"@types/p5": "^1.7.6",
"@types/react-blockies": "^1.4.4",
"@types/react-color": "^3.0.12",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-react": "^4.3.4",
"adm-zip": "^0.5.10",
"eslint": "^7.32.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"playwright": "^1.45.3",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"superagent": "^10.0.0",
"typescript": "^4.4.2",
"vite": "^6.0.3",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-checker": "^0.8.0",
"vitest": "^2.1.8"
}
}