forked from BuilderIO/mitosis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 823 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
{
"name": "@builder.io/basic-example",
"version": "0.0.1",
"scripts": {
"mitosis": "mitosis build",
"build": "yarn run mitosis",
"start": "watch 'yarn run mitosis' ./src ./overrides",
"test": "jest"
},
"dependencies": {
"@builder.io/mitosis": "workspace:*",
"@builder.io/mitosis-cli": "workspace:*",
"node-fetch": "^2.6.1",
"seedrandom": "^3.0.5"
},
"devDependencies": {
"@builder.io/eslint-plugin-mitosis": "workspace:*",
"@types/jest": "^27.4.0",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"jest": "^27.5.1",
"jest-fetch-mock": "^3.0.3",
"prettier": "^2.5.0",
"ts-jest": "^27.1.3",
"typescript": "^4.7.3",
"watch": "^1.0.2"
}
}