-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.58 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
{
"name": "weboop",
"version": "0.0.1",
"description": "a new webbase in subject object oriented programming",
"repository": {
"type": "git",
"url": "https://github.com/KanapongAiamtip/weboop.git"
},
"keywords": [
"website",
"programing",
"java"
],
"bugs": {
"url": "https://github.com/KanapongAiamtip/weboop.git",
"email": "[email protected]"
},
"engines": {
"node": ">=12",
"npm": ">=7"
},
"author": "KanapongAiamtip",
"license": "MIT",
"workspaces": [
"hosting"
],
"scripts": {
"serve": "cd hosting && npm run serve",
"watch": "lerna run watch:ts",
"sweep": "lerna run clean && npm i",
"rebuild": "lerna run rebuild",
"fix": "lerna run fix"
},
"devDependencies": {
"@types/node": "^16.4.7",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@vue/eslint-config-standard": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@wemake-services/stylelint-config-scss": "^0.5.0",
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unicorn": "^34.0.1",
"eslint-plugin-unused-imports": "^1.1.2",
"eslint-plugin-vue": "^7.12.1",
"kill-port": "^1.6.1",
"lerna": "^4.0.0",
"nodemon": "^2.0.12",
"rimraf": "^3.0.2",
"stylelint": "^13.13.1",
"typescript": "^4.3.5"
}
}