-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.43 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "giggl",
"private": true,
"version": "1.0.7",
"packageManager": "[email protected]",
"homepage": "https://giggl.app",
"git": "https://github.com/giggl/emoji",
"scripts": {
"watch": "preconstruct watch",
"dev": "preconstruct dev",
"build": "preconstruct build",
"pi": "preconstruct init",
"lint": "eslint",
"example": "yarn workspace @giggl/example dev",
"build-example": "yarn workspace @giggl/example build",
"serve-example": "yarn workspace @giggl/example s",
"fullbuild": "yarn lint&&yarn build && yarn build-example",
"start": "yarn dev && yarn example",
"release": "yarn constraints --fix&&yarn run lint&&yarn run fullbuild&&yarn workspace @giggl/emoji npm publish --tag latest"
},
"workspaces": [
"packages/*",
"apps/*"
],
"preconstruct": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"@babel/core": "7.17.8",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@preconstruct/cli": "2.1.5",
"@types/babel__core": "7.1.19",
"@types/babel__preset-env": "7.9.2",
"@types/prettier": "2.4.4",
"@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/parser": "5.16.0",
"alistair": "1.4.0",
"eslint": "8.11.0",
"eslint-config-xo": "0.40.0",
"eslint-config-xo-react": "0.27.0",
"eslint-config-xo-typescript": "0.50.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0",
"prettier": "2.6.0"
}
}