1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "name": "misago",
- "version": "0.1.0",
- "description": "Misago Frontend",
- "main": "index.js",
- "scripts": {
- "test": "gulp test"
- },
- "author": "Rafal Piton",
- "license": "GPL-2.0",
- "private": true,
- "browser": {
- "jquery-mockjax": "./node_modules/jquery-mockjax/dist/jquery.mockjax.js",
- "bootstrap-transition": "./node_modules/bootstrap/js/transition.js",
- "bootstrap-affix": "./node_modules/bootstrap/js/affix.js",
- "bootstrap-modal": "./node_modules/bootstrap/js/modal.js",
- "bootstrap-dropdown": "./node_modules/bootstrap/js/dropdown.js",
- "dropzone": "./node_modules/dropzone/dist/dropzone.js",
- "waypoints": "./node_modules/waypoints/lib/jquery.waypoints.js",
- "jquery-caret": "./node_modules/jquery.caret/dist/jquery.caret.min.js",
- "at-js": "./node_modules/at.js/dist/js/jquery.atwho.min.js",
- "highlight": "./highlight/highlight.pack.js"
- },
- "browserify-shim": {
- "jquery": "jQuery"
- },
- "dependencies": {
- "at.js": "^1.5.3",
- "bootstrap": "^3.3.6",
- "cropit": "^0.5.1",
- "dropzone": "^4.2.0",
- "history": "^2.0.2",
- "jquery": "2.2.x",
- "jquery-mockjax": "^2.0.1",
- "jquery.caret": "^0.3.1",
- "moment": "^2.10.6",
- "react": "^15.0.0",
- "react-dom": "^15.0.1",
- "react-redux": "^4.4.5",
- "react-router": "^2.2.4",
- "redux": "^3.0.5",
- "redux-batched-actions": "^0.1.2",
- "waypoints": "^4.0.1",
- "zxcvbn": "^4.2.0"
- },
- "devDependencies": {
- "@babel/core": "^7.9.6",
- "@babel/plugin-proposal-class-properties": "^7.8.3",
- "@babel/preset-env": "^7.9.6",
- "@babel/preset-react": "^7.9.4",
- "babel-eslint": "^10.1.0",
- "babel-plugin-module-resolver": "^4.0.0",
- "babelify": "^10.0.0",
- "browserify": "^16.5.1",
- "browserify-shim": "^3.8.14",
- "del": "^2.1.0",
- "eslint": "^7.32.0",
- "eslint-config-react-app": "^6.0.0",
- "glob": "^7.0.3",
- "gulp": "^4.0.2",
- "gulp-clean-css": "^4.3.0",
- "gulp-eslint": "^5.0.0",
- "gulp-image": "^6.1.0",
- "gulp-jshint": "^2.0.0",
- "gulp-less": "^4.0.1",
- "gulp-rename": "^2.0.0",
- "gulp-sourcemaps": "^2.6.5",
- "gulp-uglify": "^3.0.2",
- "gulp-util": "^3.0.7",
- "mochify": "^2.14.3",
- "react-addons-test-utils": "^15.0.0",
- "vinyl": "^2.2.0",
- "vinyl-buffer": "^1.0.1",
- "vinyl-source-stream": "^2.0.0",
- "watchify": "^3.7.0"
- }
- }
|