* add configs
* Add vue components
* Add documentation
* add alpha release version
* improve npm ignore files
* add tests
* Make style and class attrs work
* 📦 bump version
* Add Icon suffix for component names
* bump version
* Add icon component example
* remove space
* add new build strategy
* Write a better intro
* add other node design
* fix
* add new default template
* add tempalte
* improve code
* small improvements
* small improvements
* move files
* Connect lucide with lucide-react
* Add support for vue
* Add licenses to packages
* Fix tests
* refactor build scripts
* Minor code fixes
* update homepage readme
* Update footer text
* Add a better introduction to packages
* Split up in tempaltes
* Add new types build file
* Setup workflow file
* update readme
* update
* Fix build
* remove debug code
* Add check if svgs have duplicated children
* Add check if their are no children
* small fixes
* last fixes in the build
* Move script to packages folder
* Fix tests and add types for lucide
* Add rule to package.json
* add types in build
* add npm ignore
* update package.jsons
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"private": true,
|
|
"name": "site",
|
|
"version": "1.0.0",
|
|
"author": "John Letey",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"export": "next export -o build",
|
|
"deploy": "yarn build && yarn export",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/core": "^1.0.0-rc.8",
|
|
"downloadjs": "^1.4.7",
|
|
"framer-motion": "^3.3.0",
|
|
"jszip": "^3.4.0",
|
|
"lodash": "^4.17.20",
|
|
"lucide-react": "0.14.0",
|
|
"next": "^10.0.4",
|
|
"react": "^16.13.1",
|
|
"react-color": "2.17.3",
|
|
"react-dom": "^16.13.1",
|
|
"react-svg-loader": "^3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^7.24.4",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.0.4",
|
|
"@testing-library/react-hooks": "^3.4.2",
|
|
"@types/node": "^14.0.11",
|
|
"@types/react": "^16.9.35",
|
|
"@types/react-dom": "^16.9.8",
|
|
"babel-jest": "^26.5.2",
|
|
"babel-loader": "^8.1.0",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"jest": "^26.5.2",
|
|
"react-test-renderer": "^16.13.1",
|
|
"typescript": "^3.9.5"
|
|
}
|
|
}
|