pull/64/head
Steve Ruiz 2021-08-06 20:59:46 +01:00
rodzic c49db25447
commit 71cce1321b
8 zmienionych plików z 1087 dodań i 1120 usunięć

13
.gitignore vendored
Wyświetl plik

@ -14,17 +14,17 @@ yalc.lock
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
.next
./www/.next
./www/node_modules
.pnp
.pnp.js
./www/..pnp
./www/.pnp.js
# testing
./www/coverage
www/coverage
# next.js
.next/
out/
www/.next/
www/out/
# production
build
@ -46,4 +46,3 @@ yarn-error.log*
# vercel
.vercel
www/dist

Wyświetl plik

@ -8,7 +8,6 @@
"@changesets/cli": "^2.10.3",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@weiran.zsd/tsdx": "^0.15.2",
"caniuse-lite": "^1.0.30001249",
"cypress": "^5.2.0",
"lerna": "^3.15.0",
@ -38,5 +37,7 @@
"release:canary": "changeset publish --tag canary"
},
"version": "0.0.24",
"dependencies": {}
}
"dependencies": {
"tsdx": "^0.14.1"
}
}

Wyświetl plik

@ -29,10 +29,12 @@
"dependencies": {
"deepmerge": "^4.2.2",
"react-error-boundary": "^3.1.3",
"react-use-gesture": "^9.1.3",
"react-use-gesture": "^9.1.3"
},
"devDependencies": {
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public"
}
}
}

Wyświetl plik

@ -1,13 +0,0 @@
{
"plugins": [
[
"module-resolver",
{
"root": "./",
"alias": {
"*": ["src/lib/*", "node_modules/*"]
}
}
]
]
}

Wyświetl plik

@ -11,7 +11,7 @@
},
"scripts": {
"start": "tsdx watch --tsconfig tsconfig.build.json --verbose --noClean",
"build": "tsdx build --tsconfig tsconfig.build.json",
"build": "tsdx build --tsconfig tsconfig.build.json --verbose",
"test": "tsdx test",
"lint": "tsdx lint",
"prepublish": "npm run build"
@ -39,13 +39,12 @@
"@tldraw/core": "^0.0.24",
"perfect-freehand": "^0.4.10",
"react-hotkeys-hook": "^3.4.0",
"tslib": "^2.3.0",
"zustand": "^3.5.7"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.1.0"
"tslib": "^2.3.0"
}
}
}

Wyświetl plik

@ -13,7 +13,6 @@
"@stitches/react": "^0.2.3",
"@tldraw/tldraw": "^0.0.24",
"idb": "^6.1.2",
"idb-keyval": "^5.1.3",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"

Wyświetl plik

@ -1,19 +1,5 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
"extends": "../tsconfig.build.json",
"include": ["src", "types", "../types"],
"exclude": ["dist"]
}

2140
yarn.lock

Plik diff jest za duży Load Diff