Skip to content

Commit

Permalink
chore: simplify directories
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Nov 23, 2020
1 parent 2efcab6 commit b5efa8c
Show file tree
Hide file tree
Showing 139 changed files with 8,558 additions and 13,695 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions lerna.json

This file was deleted.

80 changes: 77 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,81 @@
{
"name": "react-virtuoso-lerna",
"private": true,
"name": "react-virtuoso",
"author": "Petyo Ivanov",
"sideEffects": false,
"version": "1.0.0-alpha.1",
"publishConfig": {
"tag": "next"
},
"homepage": "https://virtuoso.dev/",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/react-virtuoso.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"e2e": "tsdx test --run-in-band --passWithNoTests --config jest.e2e.config.js",
"lint": "tsdx lint",
"prepare": "tsdx build",
"preview": "node e2e/preview.js"
},
"dependencies": {
"@virtuoso.dev/react-urx": "^0.2.0",
"@virtuoso.dev/urx": "^0.2.0",
"react-app-polyfill": "^1.0.6",
"resize-observer-polyfill": "^1.5.1"
},
"peerDependencies": {
"react": ">=16"
},
"devDependencies": {
"lerna": "^3.22.1"
"@emotion/core": "^10.1.0",
"@emotion/styled": "^10.0.27",
"@types/faker": "^5.1.4",
"@types/jest-environment-puppeteer": "^4.3.2",
"@types/jsdom": "^16.2.3",
"@types/lodash": "^4.14.165",
"@types/parcel-bundler": "^1.12.1",
"@types/puppeteer": "^3.0.1",
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.8",
"@types/react-test-renderer": "^16.9.3",
"@types/styled-components": "^5.1.4",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-json": "^2.1.1",
"faker": "^5.1.0",
"husky": "^4.2.5",
"jest": "^26.2.2",
"jest-puppeteer": "^4.4.0",
"jsdom": "^16.4.0",
"lodash": "^4.17.20",
"parcel": "^1.12.4",
"parcel-bundler": "^1.12.4",
"puppeteer": "^5.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"styled-components": "^5.2.1",
"tsdx": "^0.13.2",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"engines": {
"node": ">=10"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 140,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}
}
6 changes: 0 additions & 6 deletions packages/react-virtuoso/.gitignore

This file was deleted.

81 changes: 0 additions & 81 deletions packages/react-virtuoso/package.json

This file was deleted.

Loading

0 comments on commit b5efa8c

Please sign in to comment.