-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "figvam",
"version": "0.1.0",
"description": "",
"scripts": {
"start": "lerna run start --stream",
"prepare": "husky install",
"build": "lerna run build",
"lint": "lerna run lint",
"test": "lerna run test",
"ci:test": "lerna run ci:test",
"storybook": "lerna run storybook",
"build-storybook": "lerna run build-storybook"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/MadMed677/figvam.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MadMed677/figvam/issues"
},
"homepage": "https://github.com/MadMed677/figvam#readme",
"devDependencies": {
"@types/keyboardjs": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.2",
"lerna": "^4.0.0",
"lint-staged": "^11.2.3",
"prettier": "2.4.1",
"ts-key-enum": "^2.0.8",
"typescript": "^4.4.3"
},
"dependencies": {
"@abraham/reflection": "^0.8.0",
"keyboardjs": "^2.6.4",
"pixi-filters": "^4.1.5",
"pixi.js": "^6.1.3",
"typed-ecstasy": "^2.1.0",
"typed-signals": "^2.3.0",
"typedi": "^0.10.0"
}
}