-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.38 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
{
"name": "generation-plov",
"version": "1.0.0-alpha",
"description": "Reactive framework for build of interface",
"main": "src/main.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx,.json",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kritzona/generation-plov-js.git"
},
"author": "kritzona",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/kritzona/generation-plov-js/issues"
},
"homepage": "https://github.com/kritzona/generation-plov-js#readme",
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@typescript-eslint/scope-manager": "^5.28.0",
"@typescript-eslint/typescript-estree": "^5.28.0",
"@typescript-eslint/utils": "^5.28.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"prettier": "^2.7.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.3",
"vite": "^2.9.12"
},
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
}
}