-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
32 lines (32 loc) · 913 Bytes
/
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
{
"name": "@sitegeist/archaeopteryx",
"license": "MIT",
"private": true,
"scripts": {
"build": "NODE_ENV=production lerna run --stream build",
"build-dev": "lerna run --stream build",
"watch": "lerna run --stream --parallel watch",
"test": "lerna run --stream test",
"postinstall": "patch-package"
},
"workspaces": [
"Neos.Ui/*"
],
"devDependencies": {
"@neos-project/neos-ui-extensibility": "^7.0.2",
"@simbathesailor/use-what-changed": "^2.0.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/styled-components": "^5.1.9",
"@types/verror": "^1.10.4",
"jest": "^26.6.3",
"lerna": "^4.0.0",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"patch-package": "^6.5.1"
}
}