-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.17 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": "solid-forms-repo",
"version": "0.0.0",
"private": true,
"workspaces": {
"packages": [
"projects/*"
]
},
"scripts": {
"pubcanary": "yarn test && yarn lerna version --no-push --preid next && yarn build && yarn lerna publish from-git --yes --dist-tag next --contents build",
"pub": "yarn build --since && yarn lerna version --no-push && yarn lerna publish from-git --yes",
"copyPackageToBuild": "lerna run copyPackageToBuild",
"clear:node_modules": "rm -rf node_modules projects/*/node_modules",
"build": "lerna run build --stream",
"test": "lerna run test --stream"
},
"devDependencies": {
"@babel/preset-typescript": "^7.13.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-typescript": "^8.2.1",
"@testing-library/user-event": "^12.2.2",
"@types/jest": "^27.5.1",
"@types/ncp": "^2.0.4",
"acorn-jsx": "^5.3.1",
"babel-jest": "^28.1.0",
"babel-loader": "^8.2.5",
"jest": "^28.1.0",
"jest-cli": "^28.1.0",
"lerna": "^3.22.1",
"ncp": "^2.0.0",
"ts-jest": "^28.0.3",
"ts-node": "~8.3.0",
"tsconfig-paths": "^4.0.0",
"tslib": "^2.4.0",
"typescript": "^4.7.2"
}
}