-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 979 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
33
34
35
36
37
38
{
"name": "effectiveopensource.dev",
"version": "0.0.0",
"private": true,
"author": "with-heart <[email protected]",
"license": "MIT",
"workspaces": [
"packages/*",
"site"
],
"scripts": {
"build": "preconstruct build && manypkg run site build",
"build-storybook": "manypkg run site build-storybook",
"postinstall": "preconstruct dev",
"start": "manypkg run site dev",
"storybook": "manypkg run site storybook",
"type-check": "manypkg run site type-check",
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.14.4",
"@babel/preset-typescript": "^7.15.0",
"@manypkg/cli": "^0.18.0",
"@preconstruct/cli": "^2.1.0",
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.2",
"babel-jest": "^27.2.4",
"jest": "^27.2.4",
"typescript": "^4.4.3"
},
"preconstruct": {
"packages": [
"packages/*"
]
}
}