-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 907 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
34
35
36
37
38
39
{
"name": "baka",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/kspeyanski/baka"
},
"license": "MIT",
"aut": {
"name": "Kiril Stefanov Peyanski",
"email": "[email protected]"
},
"scripts": {
"start": "lerna run watch --parallel",
"build-packages": "lerna run build --no-private",
"build-storybook": "build-storybook -c .storybook -o .out",
"prepare": "node ./scripts/prepare.mjs",
"prepublish": "lerna run build --no-private"
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"fast-glob": "^3.3.1",
"lerna": "^7.4.2",
"prettier": "^2.8.8"
},
"dependencies": {
"next": "latest",
"react": "latest",
"react-dom": "latest"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "[email protected]"
}