-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.98 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
{
"name": "arcode",
"version": "0.3.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-docs": "vue-cli-service build --dest docs"
},
"dependencies": {
"@codemirror/autocomplete": "^6.5.1",
"@codemirror/commands": "^6.2.3",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.7",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-python": "^6.1.2",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/language": "^6.3.1",
"@codemirror/legacy-modes": "^6.3.2",
"@codemirror/search": "^6.4.0",
"@codemirror/state": "^6.2.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.10.0",
"@ddietr/codemirror-themes": "^1.4.1",
"@vscode/codicons": "^0.0.32",
"animejs": "^3.2.1",
"ardb": "^1.1.10",
"arweave": "^1.13.7",
"arweave-account": "^1.3.6",
"arweave-wallet-connector": "^1.0.2",
"buffer": "^6.0.3",
"core-js": "^3.30.1",
"js-file-download": "^0.4.12",
"jszip": "^3.10.1",
"mosha-vue-toastify": "^1.0.23",
"register-service-worker": "^1.7.1",
"rollup": "^2.79.1",
"tippy.js": "^6.3.7",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"warp-contracts": "^1.4.4",
"warp-contracts-plugin-deploy": "^1.0.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-pwa": "~5.0.4",
"@vue/cli-plugin-router": "^5.0.4",
"@vue/cli-plugin-typescript": "~5.0.4",
"@vue/cli-service": "~5.0.4",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-typescript": "^11.0.3",
"arconnect": "^0.4.2",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"typescript": "^4.9.5"
}
}