All checks were successful
forgejo/Procyon/procyon/pipeline/head This commit looks good
104 lines
3.4 KiB
JSON
104 lines
3.4 KiB
JSON
{
|
|
"name": "procyon",
|
|
"version": "2.0.0-rc.13",
|
|
"description": "",
|
|
"author": "romanjaros <jarosr93@gmail.com>",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "storybook build",
|
|
"ci:build": "pnpm build && pnpm -r build",
|
|
"ci:lint": "cross-env CI=true pnpm lint",
|
|
"ci:test-e2e": "nightwatch --env ci",
|
|
"ci:test": "cross-env CI=true pnpm test",
|
|
"deadcode": "npx -y ts-prune",
|
|
"dev": "storybook dev -p 6006 -c .storybook",
|
|
"eslint": "eslint -c .eslintrc **/*.{ts,tsx,mdx}",
|
|
"lint": "pnpm eslint && pnpm prettier",
|
|
"module:build": "pnpm -r build",
|
|
"module:clean": "pnpm -r clean",
|
|
"prettier:fix": "prettier --check --write packages/**/*.ts",
|
|
"prettier": "prettier --check packages/**/*.ts",
|
|
"release": "npm version --no-git-tag-version",
|
|
"serve": "http-server storybook-static",
|
|
"test-e2e": "nightwatch --env localhost",
|
|
"test:update": "pnpm test -- -u",
|
|
"test": "jest --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/native": "^11.11.0",
|
|
"@emotion/styled": "^11.11.5",
|
|
"clsx": "2.1.0",
|
|
"date-fns": "3.3.1",
|
|
"postcss": "8.4.33",
|
|
"ramda": "0.29.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.74.1",
|
|
"react-native-advanced-ripple": "1.0.0",
|
|
"react-native-gesture-handler": "^2.16.2",
|
|
"react-native-reanimated": "3.7.0",
|
|
"react-native-svg": "15.1.0",
|
|
"react-native-web": "0.19.12",
|
|
"scroll-into-view-if-needed": "3.0.10",
|
|
"lucide-react-native": "^0.379.0",
|
|
"tiny-invariant": "1.3.3",
|
|
"values.js": "^2.1.1",
|
|
"wouter": "2.12.1",
|
|
"yup": "1.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.23.9",
|
|
"@babel/preset-env": "^7.23.9",
|
|
"@babel/preset-typescript": "7.23.3",
|
|
"@storybook/addon-actions": "^8.1.5",
|
|
"@storybook/addon-essentials": "^8.1.5",
|
|
"@storybook/addon-links": "^8.1.5",
|
|
"@storybook/addon-mdx-gfm": "^8.1.5",
|
|
"@storybook/addon-react-native-web": "0.0.23",
|
|
"@storybook/addon-viewport": "^8.1.5",
|
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
|
"@storybook/blocks": "^8.1.5",
|
|
"@storybook/manager-api": "^8.1.5",
|
|
"@storybook/react": "^8.1.5",
|
|
"@storybook/react-native": "7.6.19",
|
|
"@storybook/react-webpack5": "^8.1.5",
|
|
"@storybook/types": "^8.1.5",
|
|
"@types/jest": "29.5.12",
|
|
"@types/mdx": "2.0.10",
|
|
"@types/node": "18.18.2",
|
|
"@types/ramda": "0.29.10",
|
|
"@types/react": "18.2.52",
|
|
"@types/react-dom": "18.2.18",
|
|
"@types/yup": "0.29.14",
|
|
"@typescript-eslint/eslint-plugin": "6.20.0",
|
|
"@typescript-eslint/parser": "6.20.0",
|
|
"autoprefixer": "10.4.17",
|
|
"babel-loader": "^9.1.3",
|
|
"babel-plugin-react-native-web": "^0.19.10",
|
|
"cross-env": "7.0.3",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-mdx": "3.1.5",
|
|
"eslint-plugin-react": "7.33.2",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
"eslint-plugin-typescript-sort-keys": "3.1.0",
|
|
"esprima": "4.0.1",
|
|
"http-server": "14.1.1",
|
|
"jest": "29.7.0",
|
|
"nightwatch": "3.3.5",
|
|
"postcss-cli": "11.0.0",
|
|
"postcss-loader": "8.1.0",
|
|
"prettier": "3.2.4",
|
|
"raw-loader": "4.0.2",
|
|
"storybook": "^8.1.5",
|
|
"tailwindcss": "3.4.1",
|
|
"ts-jest": "29.1.2",
|
|
"ts-node": "10.9.2",
|
|
"tsconfig-paths": "4.2.0",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|