forked from codex-team/notes.web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
{
"name": "notes.web",
"version": "0.0.1",
"author": "CodeX <[email protected]> (https://codex.so)",
"type": "module",
"scripts": {
"dev": "vite & yarn watch-ts",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.vue",
"lint:fix": "yarn lint --fix",
"watch-ts": "vue-tsc --noEmit --watch"
},
"dependencies": {
"@codexteam/icons": "^0.3.0",
"@editorjs/checklist": "^1.5.0",
"@editorjs/code": "^2.8.0",
"@editorjs/delimiter": "^1.3.0",
"@editorjs/editorjs": "^2.28.0",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/link": "^2.5.0",
"@editorjs/list": "^1.8.0",
"@editorjs/marker": "^1.3.0",
"@editorjs/raw": "^2.4.0",
"@editorjs/table": "^2.2.2",
"@editorjs/warning": "^1.3.0",
"@vueuse/core": "^10.3.0",
"jwt-decode": "^3.1.2",
"normalize.css": "^8.0.1",
"typescript-cookie": "^1.0.6",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"eslint": "^8.51.0",
"eslint-config-codex": "^1.9.1",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-boundaries": "^3.1.1",
"eslint-plugin-vue": "^9.15.1",
"postcss": "^8.4.26",
"postcss-apply": "^0.12.0",
"postcss-hover-media-feature": "^1.0.2",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^9.0.0",
"typescript": "^5.0.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
},
"packageManager": "[email protected]"
}