-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.62 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
{
"name": "proto.school2",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"del": "^7.1.0",
"err-code": "^3.0.1",
"ipfs": "^0.66.1",
"ipfs-css": "^1.4.0",
"it-all": "^3.0.3",
"it-to-buffer": "^4.0.3",
"lodash-es": "^4.17.21",
"meta-marked": "^0.5.0",
"moment": "^2.29.4",
"monaco-editor-vue": "^1.0.10",
"multiformats": "^12.1.3",
"new-github-issue-url": "^1.0.0",
"p-timeout": "^6.1.2",
"portal-vue": "^3.0.0",
"shallow-equal": "^3.1.0",
"tachyons": "^4.12.0",
"v-tooltip": "^2.1.3",
"vue": "^3.3.4",
"vue-meta": "^2.4.0",
"vue-router": "^4.2.5",
"vue-select": "^4.0.0-beta.6"
},
"type": "module",
"devDependencies": {
"@playwright/test": "^1.39.0",
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"floating-vue": "^2.0.0-beta.24",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"vite": "^4.4.11",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-ssr": "^0.4.142",
"vite-ssg": "^0.23.4",
"vite-svg-loader": "^4.0.0",
"vitest": "^0.34.6"
}
}