css
This commit is contained in:
+40
-69
@@ -1,76 +1,47 @@
|
||||
{
|
||||
"name": "Librography-Beta-Lanfing-Page",
|
||||
"version": "4.0.1",
|
||||
"description": "Librography Beta landing page",
|
||||
"main": "gulpfile.js",
|
||||
"name": "langingpage",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@ryangjchandler/spruce": "^2.4.0",
|
||||
"alpinejs": "^2.8.0",
|
||||
"bulma": "^0.9.1",
|
||||
"js-datepicker": "^5.16.0",
|
||||
"notyf": "^3.9.0",
|
||||
"codemirror": "^5.58.3",
|
||||
"feather-icons": "^4.24.0",
|
||||
"ionicons": "^5.2.3",
|
||||
"plyr": "^3.5.6",
|
||||
"postcss": "^8.1.6",
|
||||
"simplebar": "^5.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.12.1",
|
||||
"@babel/core": "^7.12.3",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@babel/register": "^7.12.1",
|
||||
"autoprefixer": "^10.0.1",
|
||||
"babelify": "^10.0.0",
|
||||
"browser-sync": "^2.26.13",
|
||||
"browserify": "^17.0.0",
|
||||
"del": "^6.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^7.0.1",
|
||||
"gulp-clean-css": "^4.3.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-imagemin": "^7.1.0",
|
||||
"gulp-postcss": "^9.0.0",
|
||||
"gulp-purgecss": "^3.0.0",
|
||||
"gulp-replace": "^1.0.0",
|
||||
"gulp-sass": "^4.1.0",
|
||||
"gulp-sourcemaps": "^2.6.1",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-webp": "^4.0.1",
|
||||
"ini": "1.3.6",
|
||||
"log-symbols": "^4.0.0",
|
||||
"node-bourbon": "^4.2.8",
|
||||
"npm-force-resolutions": "0.0.3",
|
||||
"panini": "^1.7.1",
|
||||
"sass": "^1.30.0",
|
||||
"vinyl-source-stream": "^2.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"ini": "1.3.6"
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
||||
"@fortawesome/react-fontawesome": "^0.1.16",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/user-event": "^12.1.10",
|
||||
"font-awesome": "^4.7.0",
|
||||
"mdbreact": "^5.1.0",
|
||||
"node-sass": "^4.14.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-fontawesome": "^1.7.1",
|
||||
"react-recaptcha-google": "^1.1.1",
|
||||
"react-scripts": "4.0.3",
|
||||
"react-select": "^5.2.1",
|
||||
"web-vitals": "^1.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "gulp",
|
||||
"build": "gulp prod",
|
||||
"prod": "gulp prod",
|
||||
"preinstall": "npx npm-force-resolutions"
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/"
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"gulp",
|
||||
"gulp4",
|
||||
"bulma",
|
||||
"bulmacss",
|
||||
"sass"
|
||||
],
|
||||
"author": "Css Ninja",
|
||||
"license": "Commercial",
|
||||
"bugs": {
|
||||
"url": "https://github.com/"
|
||||
},
|
||||
"homepage": "https://github.com/"
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user