| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "@alancnet/material-framework",
- "version": "1.0.17",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "nyc mocha",
- "build": "webpack",
- "start": "nodemon -w webpack.config.js --exec \"webpack -w\" & nodemon -w config.js -w lib --exec \"node bin/project.js server\"",
- "startx": "nodemon --exec \"webpack && node bin/project.js server\""
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@alancnet/icomoon-svg": "^2.0.0",
- "@alancnet/material-design-icons": "^1.0.0",
- "aguid": "^2.0.0",
- "angular": "^1.6.10",
- "angular-animate": "^1.7.0",
- "angular-aria": "^1.7.0",
- "angular-chart.js": "^1.1.1",
- "angular-material": "^1.1.9",
- "angular-material-data-table": "^0.10.10",
- "angular-messages": "^1.7.0",
- "angular-route": "^1.6.10",
- "angular1-ui-bootstrap4": "^2.4.22",
- "as-table": "^1.0.32",
- "axios": "^0.18.0",
- "bcryptjs": "^2.4.3",
- "body-parser": "^1.18.3",
- "chalk": "^2.4.1",
- "change-case": "^3.0.2",
- "cors": "^2.8.4",
- "es6-string-html-template": "^1.0.2",
- "express": "^4.16.3",
- "express-async-handler": "^1.1.3",
- "immutable": "^3.8.2",
- "jquery": "^3.3.1",
- "jsonwebtoken": "^8.2.2",
- "lodash": "^4.17.10",
- "password-prompt": "^1.0.4",
- "plural": "^1.1.0",
- "sequelize": "^4.37.6",
- "set": "^1.1.1",
- "vorpal": "^1.12.0",
- "xlsx": "^0.13.0"
- },
- "devDependencies": {
- "babel-loader": "^7.1.4",
- "babel-preset-es2015": "^6.24.1",
- "chai": "^4.1.2",
- "copy-webpack-plugin": "^4.5.1",
- "css-loader": "^0.28.11",
- "exports-loader": "^0.7.0",
- "file-loader": "^1.1.11",
- "html-loader": "^0.5.5",
- "markup-inline-loader": "^0.2.2",
- "mocha": "^5.1.1",
- "nyc": "^11.7.1",
- "raw-loader": "^0.5.1",
- "sqlite3": "^4.0.0",
- "style-loader": "^0.21.0",
- "webpack": "^4.6.0",
- "webpack-cli": "^2.1.3",
- "webpack-livereload-plugin": "^2.1.1"
- }
- }
|