-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 575 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 575 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@tsparticles/react-workspace",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "prettier --write README.md && lerna run build",
"build:ci": "prettier --check README.md && lerna run build:ci"
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"husky": "^9.0.0",
"lerna": "^8.0.1",
"prettier": "^3.1.1",
"process": "^0.11.10",
"react-error-overlay": "^6.0.11"
},
"workspaces": [
"apps/*",
"components/*",
"templates/*"
]
}