-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "project-asteroid",
"version": "0.0.1",
"description": "A little personalised world with extendability to diversity",
"scripts": {
"prepare": "husky install",
"pre-commit": "lint-staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RoseBud13/Project-Asteroid.git"
},
"author": "Rosebud",
"license": "MIT",
"bugs": {
"url": "https://github.com/RoseBud13/Project-Asteroid/issues"
},
"homepage": "https://github.com/RoseBud13/Project-Asteroid#readme",
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.0",
"lerna": "^6.4.1",
"lint-staged": "^13.1.0",
"prettier": "2.8.3",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0"
},
"workspaces": [
"frontends/*"
]
}