-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
50 lines (50 loc) · 1.41 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
{
"name": "d-zone",
"version": "0.2.0",
"description": "An ambient life simulation driven by the user activity within a Discord server",
"private": true,
"workspaces": [
"./server",
"./web"
],
"scripts": {
"commit": "gitmoji --commit",
"lint": "eslint .",
"format": "prettier --write .",
"postinstall": "husky install",
"dev": "concurrently --kill-others \"yarn workspace web dev\" \"yarn workspace server dev\"",
"build": "yarn workspace web build"
},
"devDependencies": {
"@types/concurrently": "^6",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@yarnpkg/pnpify": "^2.4.0",
"concurrently": "^6.0.2",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jsdoc": "^30.7.9",
"eslint-plugin-react": "latest",
"gitmoji-cli": "^3.2.12",
"husky": "^6.0.0",
"postcss": "^8.2.10",
"prettier": "^2.2.1",
"prettier-plugin-jsdoc": "^0.2.12",
"tailwindcss": "^2.1.1",
"typescript": "^4.1.3"
},
"homepage": "https://github.com/vegeta897/d-zone#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vegeta897/d-zone.git"
},
"bugs": {
"url": "https://github.com/vegeta897/d-zone/issues"
},
"author": "Devin Spikowski",
"contributors": [
"Devin Spikowski <[email protected]> (https://pixelatomy.com)",
"Sagnik Pradhan <[email protected]> (https://sagnikpradhan.github.io)"
],
"license": "ISC"
}