forked from miloops/workspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 815 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
{
"name": "@popcorn/workspace",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "yarn lerna run dev",
"build": "yarn lerna run --parallel build",
"app:build": "yarn lerna run --scope={@popcorn/utils,@popcorn/app} build",
"app:start": "yarn lerna run --scope @popcorn/app start",
"start": "yarn lerna run --scope @popcorn/app start",
"pretify": "prettier --write ."
},
"dependencies": {
"yarn": "^1.22.10",
"lerna": "3.22.1",
"typescript": "^4.1.2"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"babel-jest": "^26.1.0",
"babel-plugin-module-resolver": "4.0.0",
"jest": "^26.1.0",
"prettier": "^2.0.5",
"tsconfig-paths": "3.9.0"
},
"repository": {
"type": "git",
"url": ""
},
"license": "MIT"
}