-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.74 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.74 KB
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
{
"name": "communa",
"description": "Time tracking and Decentralized Freelance Identity",
"version": "0.0.0",
"private": false,
"author": "ivan.proskuryakov",
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"pm2": "NODE_ENV=production pm2 start yarn --name frontend -- start",
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"lint:fix": "prettier --write \"**/*.{ts,tsx,js,md}\""
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.9",
"@rainbow-me/rainbowkit": "^0.12.2",
"@telegram-apps/telegram-ui": "^2.1.3",
"@tinymce/tinymce-react": "^4.3.0",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^13.11.1",
"@tonconnect/ui-react": "^2.0.2",
"@twa-dev/sdk": "^7.0.0",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"axios": "^1.3.5",
"eslint-config-prettier": "^9.1.0",
"ethers": "^5.0.0",
"framer-motion": "^10.10.0",
"fs": "^0.0.1-security",
"moment": "^2.29.4",
"next": "^13",
"prettier": "^3.2.5",
"react": "^18.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.1.0",
"sass": "^1.64.0",
"siwe": "^2.1.4",
"styled-components": "^5.3.9",
"usehooks-ts": "^3.1.0",
"wagmi": "^0.12.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@svgr/webpack": "^8.1.0",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"typescript": "^4.9.4"
}
}