forked from varkaria/guweb
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.71 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
{
"name": "guweb",
"version": "1.0.0",
"description": "Table of Contents ================== - [Table of Contents](#table-of-contents) - [What is guweb?](#what-is-guweb) - [Requirements](#requirements) - [Setup](#setup) - [Directory Structure](#directory-structure) - [The team](#the-team) - [The End](#the-end)",
"main": "",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"i18n:build": "node -r ts-node/register utils/i18n/commands/build",
"i18n:compile": "node -r ts-node/register utils/i18n/commands/build echo 'use i18n:build from now on.'",
"i18n:format:templates": "node -r ts-node/register utils/i18n/commands/format-html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Varkaria/guweb.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Varkaria/guweb/issues"
},
"homepage": "https://github.com/Varkaria/guweb#readme",
"devDependencies": {
"@types/clui": "^0.3.1",
"@types/glob": "^7.2.0",
"@types/jquery": "^3.5.14",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.6.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"clui": "^0.3.6",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.4.0",
"glob": "^8.0.3",
"js-yaml": "^4.1.0",
"nodemon": "^2.0.16",
"typescript": "^4.7.4",
"yaml": "^2.1.1"
},
"dependencies": {
"@types/lodash": "^4.14.182",
"lodash": "^4.17.21",
"ts-node": "^10.9.1"
}
}