amotify
Version:
UI Component for React,NextJS,esbuild
116 lines • 3.11 kB
JSON
{
"name": "amotify",
"version": "0.2.151",
"description": "UI Component for React,NextJS,esbuild",
"scripts": {
"start": "run-p clean build:*",
"clean": "rimraf dist",
"build:element": "nodemon --config nodemon.element.json",
"build:style": "nodemon --config nodemon.style.json",
"build:declare": "nodemon --config nodemon.declare.json",
"demo_esbuild": "run-p demo:esbuild:*",
"demo:esbuild:server": "ts-node-dev --files --respawn demo/esbuild/server.ts",
"demo:esbuild:front": "nodemon --config demo/esbuild/nodemon.json"
},
"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",
"main": "./dist",
"types": "./dist",
"exports": {
".": "./dist/index.js",
"./css": "./dist/@styles/style.css",
"./@styles/index": "./dist/@styles/index.css",
"./@styles/var": "./dist/@styles/var.css",
"./@styles/init": "./dist/@styles/init.css",
"./@declares": "./dist/@declares/index.js",
"./@utils": "./dist/@utils/index.js",
"./@atoms": "./dist/atoms/index.js",
"./@mols": "./dist/mols/index.js",
"./@orgs": "./dist/orgs/index.js",
"./@temps": "./dist/temps/index.js",
"./@fn": "./dist/fn/index.js"
},
"typesVersions": {
"*": {
".": [
"dist/index"
],
"css": [
"dist/style"
],
"@styles/index": [
"dist/@styles/index"
],
"@styles/var": [
"dist/@styles/var"
],
"@styles/init": [
"dist/@styles/init"
],
"@declares": [
"dist/@declares/index"
],
"@utils": [
"dist/@utils/index"
],
"@atoms": [
"dist/atoms/index"
],
"@mols": [
"dist/mols/index"
],
"@orgs": [
"dist/orgs/index"
],
"@temps": [
"dist/temps/index"
],
"@fn": [
"dist/fn/index"
]
}
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"dotenv": "^16.4.6",
"jmini": "^0.0.36",
"react": "^18.3.1"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/react": "^18.3.3",
"ejs": "^3.1.10",
"esbuild": "^0.23.0",
"esbuild-sass-plugin": "^3.3.1",
"express": "^4.19.2",
"express-ejs-layouts": "^2.5.1",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"postcss-modules": "^6.0.0",
"prop-types": "^15.8.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsc-alias": "^1.8.8",
"typescript": "^5.4.5"
}
}