-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 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
{
"devDependencies": {
"jsdoc": "~4.0.0",
"jsdoc-to-markdown": "^7.1.1",
"vitepress": "^1.0.0-alpha.29",
"vue": "^3.2.45"
},
"name": "css-js-effects",
"description": "Work in progress....",
"version": "1.0.0",
"main": "main.js",
"dependencies": {
"argparse": "^2.0.1",
"bluebird": "^3.7.2",
"catharsis": "^0.9.0",
"entities": "^2.1.0",
"escape-string-regexp": "^2.0.0",
"graceful-fs": "^4.2.10",
"js2xmlparser": "^4.0.2",
"klaw": "^3.0.0",
"linkify-it": "^3.0.3",
"lodash": "^4.17.21",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.6.5",
"marked": "^4.2.2",
"mdurl": "^1.0.1",
"mkdirp": "^1.0.4",
"requizzle": "^0.2.3",
"strip-json-comments": "^3.1.1",
"uc.micro": "^1.0.6",
"underscore": "^1.13.6",
"xmlcreate": "^2.0.4"
},
"scripts": {
"doc2md": "jsdoc2md",
"jsdoc:gen": "jsdoc -c ./jsdoc/jsdoc.json",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IguhSoares/js-css-animations.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IguhSoares/js-css-animations/issues"
},
"homepage": "https://github.com/IguhSoares/js-css-animations#readme"
}