-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.73 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": "100-day-of-js-enhance",
"version": "1.0.0",
"description": "100 days to enhance your skills on JavaScript.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs && bash scripts/deploy.sh",
"docs:serve": "vitepress serve docs",
"changelog:update": "changelog generate"
},
"keywords": [
"JavaScript",
"100 days"
],
"author": "jonsam ng",
"license": "MIT",
"repository": "https://github.com/jonsam-ng/100-day-of-js-enhance",
"devDependencies": {
"@vitue/export-build-info": "^1.1.0",
"chalk": "^4.0.1",
"generate-changelog": "^1.8.0",
"gray-matter": "^4.0.3",
"markdown-it-attrs": "^4.1.4",
"markdown-it-header-sections": "^1.0.0",
"markdown-it-html5-media": "^0.7.1",
"markdown-it-imsize": "^2.0.1",
"markdown-it-include": "^2.0.0",
"markdown-it-mark": "^3.0.1",
"markdown-it-pangu": "^1.0.2",
"markdown-it-task-lists": "^2.1.1",
"stylus": "^0.59.0",
"vite-plugin-pwa": "^0.13.1",
"vitepress": "1.0.0-alpha.29",
"vitepress-auto-nav-sidebar": "^0.0.5",
"vitepress-plugin-search": "1.0.4-alpha.15",
"vue": "^3.2.39"
},
"dependencies": {
"@cloudgeek/vue3-video-player": "^0.3.10",
"@codemirror/lang-html": "^6.1.1",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/theme-one-dark": "^6.0.0",
"codemirror": "^6.0.1",
"gitalk": "^1.8.0",
"infinite-loading-vue3": "^1.0.1",
"ismobilejs": "^1.1.1",
"lodash.debounce": "^4.0.8",
"markdown-it-decorate": "^1.2.2",
"nprogress": "^0.2.0",
"qrcode.vue": "^3.3.3",
"vue-codemirror": "^6.0.2",
"vue-core-video-player": "^0.2.0",
"vue-pdf-embed": "^1.1.4",
"xmind-embed-viewer": "^1.0.7",
"zooming": "^2.1.1"
}
}