forked from Shopify/remote-dom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 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
{
"name": "remote-ui",
"version": "0.0.0",
"private": true,
"repository": "https://github.com/Shopify/remote-ui.git",
"workspaces": [
"./packages/*",
"./examples/*"
],
"scripts": {
"test": "loom test",
"lint": "loom lint",
"type-check": "loom type-check",
"build": "loom build",
"version-bump": "lerna version --no-push --include-merged-tags",
"deploy": "lerna publish from-package --yes",
"example:vanilla-dom": "yarn workspace example-vanilla-dom start"
},
"devDependencies": {
"@shopify/babel-preset": "^24.1.0",
"@shopify/eslint-plugin": "^40.4.0",
"@shopify/loom": "^0.7.0",
"@shopify/loom-cli": "^0.7.0",
"@shopify/loom-plugin-eslint": "^0.5.0",
"@shopify/loom-plugin-build-library": "^0.3.0",
"@shopify/loom-plugin-prettier": "^0.2.0",
"@shopify/browserslist-config": "^2.2.4",
"@shopify/typescript-configs": "^5.0.0",
"@types/execa": "^0.9.0",
"lerna": "^3.22.1",
"rollup-plugin-copy": "^3.4.0",
"typescript": "^4.4.0"
},
"dependencies": {}
}