photoncss
Version:
Go from 0 to app in seconds
68 lines • 2.51 kB
JSON
{
"name": "photoncss",
"version": "13.5.1",
"description": "Go from 0 to app in seconds",
"main": "lib/",
"types": "lib/",
"author": "Josh Merlino",
"license": "ISC",
"keywords": [
"Material Design",
"Less",
"jQuery",
"UI Components",
"CSS Framework",
"React Components",
"React Material Design",
"Material Design UI",
"Material Theme",
"Photon",
"Bootstrap",
"CSS"
],
"homepage": "https://photoncss.github.io",
"repository": "https://github.com/JoshMerlino/photoncss",
"bugs": {
"url": "https://github.com/JoshMerlino/photoncss/issues",
"email": "teh.picix@gmail.com"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@types/jquery": "^3.5.5",
"@types/node": "^17.0.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.17.0",
"babel-loader": "^8.2.2",
"bable-loader": "0.0.1-security",
"concurrently": "^6.0.0",
"css-loader": "^6.2.0",
"eslint": "^7.21.0",
"eslint-plugin-react": "^7.24.0",
"file-loader": "^6.2.0",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"less-plugin-glob": "^3.0.0",
"mini-css-extract-plugin": "^2.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"typescript": "^4.2.4",
"typescript-eslint": "0.0.1-alpha.0",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"classnames": "^2.3.1",
"jquery": "^3.6.0",
"react-dom": "^17.0.2"
},
"scripts": {
"watch-ts": "tsc -w",
"watch-wp": "webpack --config webpack.conf.cjs -w",
"dev": "concurrently \"npm:watch-*\"",
"start": "node .",
"build": "tsc; webpack --config webpack.conf.cjs"
},
"readme": "# photoncss\r\nWith bootstrap-like classes and React components, go from 0 to app in seconds.\r\n\r\nDocumentation: https://photoncss.github.io/\r\n\r\n### Checks\r\n* [](https://github.com/JoshMerlino/photoncss/actions/workflows/build.yml)\r\n* [](https://github.com/JoshMerlino/photoncss/actions/workflows/code-style-analysis.yml)\r\n* [](https://github.com/JoshMerlino/photoncss/actions/workflows/test-ci.yml)\r\n"
}