-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.2 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
{
"name": "tableland-ui",
"version": "0.0.2",
"description": "A UI for Tableland",
"type": "module",
"scripts": {
"test": "echo \"Error: No tests specified.\"",
"start": "node src/server/server.js",
"dev": "concurrently \"npm run mix:main\" \"nodemon\"",
"mix:main": "npx mix watch",
"mix:static": "npx mix watch --mix-config=static.mix.cjs",
"lint": "eslint '**/*.{js,ts,jsx,tsx}'",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier '**/*.{js,ts,jsx,tsx,json,md,html,css,scss}' --check",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run prettier:fix && npm run lint:fix",
"build": "npx laravel-mix"
},
"author": "",
"license": "ISC",
"dependencies": {
"@jlongster/sql.js": "^1.6.7",
"@rainbow-me/rainbowkit": "^1.2.1",
"@reduxjs/toolkit": "^1.9.5",
"@tableland/sdk": "^5.1.1",
"@tableland/sqlparser": "^1.3.0",
"@types/react-redux": "^7.1.25",
"@typescript-eslint/typescript-estree": "^6.12.0",
"@urdeveloper/sql.js": "1.6.2",
"@walletconnect/web3-provider": "^1.8.0",
"absurd-sql": "^0.0.53",
"dotenv": "^16.0.1",
"ethers": "^5.7.2",
"express": "^4.18.2",
"laravel-mix": "^6.0.43",
"prismjs": "^1.28.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-feature-flags": "^1.0.0",
"react-redux": "^8.0.5",
"react-rnd": "^10.3.7",
"react-router": "^6.3.0",
"react-router-dom": "^6.11.0",
"react-simple-code-editor": "^0.13.1",
"redux": "^4.2.0",
"uuid": "^9.0.0",
"viem": "^1.19.5",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@babel/preset-react": "^7.17.12",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.29.0",
"i": "^0.3.7",
"nodemon": "^3.0.1",
"npm": "^9.7.2",
"prettier": "^2.8.8",
"process": "^0.11.10",
"resolve-url-loader": "^5.0.0",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"ts-loader": "^9.3.1",
"typescript": "^5.3.2"
}
}