-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.85 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
{
"name": "3dp-frontend",
"private": true,
"sideEffects": false,
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "remix-serve build",
"build": "pnpm build:css && remix build",
"build:css": "tailwindcss -m -i ./styles/app.css -o app/styles/app.css",
"dev": "concurrently \"pnpm dev:css\" \"remix dev\"",
"dev:css": "tailwindcss -w -i ./styles/app.css -o app/styles/app.css"
},
"dependencies": {
"@apollo/client": "3.11.4",
"@blueprintjs/core": "5.11.0",
"@blueprintjs/select": "5.2.2",
"@polkadot/api": "12.3.1",
"@polkadot/api-derive": "12.3.1",
"@polkadot/extension-dapp": "0.51.1",
"@polkadot/keyring": "13.0.2",
"@polkadot/react-identicon": "3.8.3",
"@polkadot/types": "12.3.1",
"@polkadot/ui-keyring": "3.8.3",
"@polkadot/util": "13.0.2",
"@polkadot/util-crypto": "13.0.2",
"@polkadot/x-bigint": "^13.0.2",
"@react-three/drei": "9.109.5",
"@react-three/fiber": "8.16.8",
"@remix-run/dev": "1.19.1",
"@remix-run/eslint-config": "1.19.1",
"@remix-run/node": "1.19.1",
"@remix-run/react": "1.19.1",
"@remix-run/serve": "1.19.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-timeago": "4.1.7",
"@types/three": "0.167.1",
"autoprefixer": "10.4.20",
"concurrently": "8.2.2",
"eslint": "9.9.0",
"graphql": "16.9.0",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"jotai": "2.9.2",
"moment": "2.30.1",
"postcss": "8.4.41",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.0.1",
"react-moment": "1.1.3",
"react-timeago": "7.2.0",
"remix-utils": "6.6.0",
"tailwindcss": "3.4.9",
"three": "0.167.1",
"three-stdlib": "2.32.1",
"typescript": "5.5.4"
},
"engines": {
"node": ">=16"
}
}