-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
38 lines (38 loc) · 1.01 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": "alma",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "npm run build --workspaces",
"preinstall": "npx patch-package"
},
"keywords": [],
"author": "",
"license": "ISC",
"workspaces": [
"packages/types",
"packages/graph",
"packages/glsl",
"packages/webgl",
"packages/renderer",
"packages/*"
],
"devDependencies": {
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"typescript": "^4.8.3"
},
"dependencies": {
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^5.0.0",
"npm-run-all": "^4.1.5",
"patch-package": "^7.0.0",
"prettier": "^3.0.2"
}
}