-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
87 lines (87 loc) · 2.39 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
{
"name": "alon",
"version": "0.1.0",
"private": true,
"homepage": "https://lithdew.github.io/alon",
"dependencies": {
"@craco/craco": "^6.3.0",
"@fontsource/inter": "^4.5.0",
"@heroicons/react": "^1.0.4",
"@isomorphic-git/lightning-fs": "^4.4.1",
"@solana/spl-token": "^0.1.8",
"@solana/spl-token-registry": "^0.2.270",
"@solana/wallet-adapter-base": "^0.6.0",
"@solana/wallet-adapter-react": "^0.12.3",
"@solana/wallet-adapter-react-ui": "^0.5.0",
"@solana/wallet-adapter-wallets": "^0.10.0",
"@solana/web3.js": "^1.29.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/isomorphic-git__lightning-fs": "^4.4.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.2",
"@types/react": "^17.0.25",
"@types/react-dom": "^17.0.9",
"@zip.js/zip.js": "^2.3.17",
"ansi-to-html": "^0.7.2",
"blake3": "^2.1.4",
"file-saver": "^2.0.5",
"js-sha3": "^0.8.0",
"jssha": "^3.2.0",
"monaco-editor-webpack-plugin": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-inspector": "^5.1.1",
"react-modal": "^3.14.3",
"react-monaco-editor": "^0.45.0",
"react-scripts": "4.0.3",
"react-use": "^17.3.1",
"react-virtuoso": "^2.2.1",
"tweetnacl": "^1.0.3",
"typescript": "^4.4.3",
"web-tree-sitter": "^0.19.4",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"predeploy": "craco build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@types/emscripten": "^1.39.5",
"@types/file-saver": "^2.0.3",
"@types/react-inspector": "^4.0.2",
"@types/react-modal": "^3.12.1",
"autoprefixer": "^9",
"craco-esbuild": "^0.4.1",
"gh-pages": "^3.2.3",
"postcss": "^7",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^2.2.16",
"tree-sitter-c": "^0.20.1",
"wasm-loader": "^1.3.0"
}
}