-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "@tsparticles/editor-workspace",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "lerna run build",
"build:ci": "lerna run build:ci",
"build:ci:json": "pnpm run build:ci && pnpm run build:docs:json"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.23.5",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@tsparticles/cli": "^2.0.0",
"@tsparticles/eslint-config": "^2.0.0",
"@tsparticles/prettier-config": "^2.0.0",
"@tsparticles/tsconfig": "^2.0.0",
"@tsparticles/webpack-plugin": "^2.0.0",
"@types/node": "^20.10.3",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"babel-loader": "^9.1.3",
"browserslist": "^4.22.2",
"copyfiles": "^2.4.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"gh-pages": "^6.1.0",
"husky": "^8.0.3",
"lerna": "^8.0.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4"
},
"workspaces": [
"apps/*",
"components/*"
]
}