@mingoo/amotify
Version:
UI FW for React
91 lines • 3.02 kB
JSON
{
"name": "@mingoo/amotify",
"version": "0.0.0",
"description": "UI FW for React",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./atoms": {
"types": "./dist/atoms/index.d.ts",
"import": "./dist/atoms/index.js"
},
"./atoms/Box": {
"types": "./dist/atoms/Box/index.d.ts",
"import": "./dist/atoms//Box/index.js"
}
},
"scripts": {
"clean": "rimraf dist",
"start": "run-p clean start:*",
"build": "run-p clean pro:*",
"_pro:webpack": "webpack --mode production",
"_start:webpack": "webpack --mode development --watch",
"_start:component": "npx ts-node bundler.ts",
"_start:component_watch": "nodemon --watch @src --ext tsx,scss --exec \"npx ts-node bundler.ts\"",
"start:compile": "npx tsc --declaration --skipLibCheck --declarationDir './dist'",
"start:compile_watch": "nodemon --watch @src --ext tsx,scss --exec \"npx tsc\"",
"_start:declaration": "npx tsc --declaration --emitDeclarationOnly --skipLibCheck --declarationDir './dist'",
"_start:declaration_watch": "nodemon --watch @src --ext tsx --exec \"npx tsc --emitDeclarationOnly\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/IkkoKoyama/amotify.git"
},
"keywords": [
"amotify",
"UI Component",
"React"
],
"author": "IkkoKoyama <mingoo.master@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IkkoKoyama/amotify/issues"
},
"homepage": "https://github.com/IkkoKoyama/amotify#readme",
"dependencies": {
"@babel/cli": "^7.23.0",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@fortawesome/fontawesome-common-types": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mingoo/jsmin": "^0.0.1",
"@types/express": "^4.17.21",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.1.3",
"babel-preset-preact": "^2.0.0",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"esbuild": "^0.20.2",
"esbuild-sass-plugin": "^3.2.0",
"esbuild-scss-modules-plugin": "^1.1.1",
"express": "^4.18.2",
"glob": "^10.3.12",
"mini-css-extract-plugin": "^2.7.6",
"nodemon": "^3.1.0",
"npm-run-all": "^4.1.5",
"postcss-modules": "^6.0.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.4"
}
}