forked from Shopify/remote-dom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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",
"release": "loom build && changeset publish",
"example:vanilla-dom": "yarn workspace example-vanilla-dom start"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2",
"@shopify/babel-preset": "^24.1.0",
"@shopify/browserslist-config": "^3.0.0",
"@shopify/eslint-plugin": "^42.0.0",
"@shopify/loom": "^1.0.0",
"@shopify/loom-cli": "^1.0.0",
"@shopify/loom-plugin-build-library": "^1.0.0",
"@shopify/loom-plugin-eslint": "^2.0.0",
"@shopify/loom-plugin-prettier": "^2.0.0",
"@shopify/typescript-configs": "^5.1.0",
"eslint": "^8.28.0",
"prettier": "^2.8.0",
"rollup-plugin-copy": "^3.4.0",
"typescript": "^4.4.0"
}
}