-
- Downloads
Fix CSS
Showing
- app/next.config.js 3 additions, 36 deletionsapp/next.config.js
- app/pages/index.jsx 8 additions, 1 deletionapp/pages/index.jsx
- app/postcss.config.js 0 additions, 6 deletionsapp/postcss.config.js
- app/styles/index.scss 3 additions, 26 deletionsapp/styles/index.scss
- package-lock.json 12886 additions, 12830 deletionspackage-lock.json
- package.json 3 additions, 10 deletionspackage.json
app/postcss.config.js
deleted
100755 → 0
This diff is collapsed.
... | ... | @@ -19,29 +19,22 @@ |
}, | ||
"dependencies": { | ||
"@material-ui/core": "^3.9.3", | ||
"atob": "^2.1.2", | ||
"autoprefixer": "^9.5.1", | ||
"@zeit/next-sass": "^1.0.1", | ||
"babel-plugin-module-resolver": "^3.2.0", | ||
"babel-plugin-wrap-in-js": "^1.1.1", | ||
"body-parser": "^1.18.3", | ||
"cookie-parser": "^1.4.4", | ||
"express": "^4.16.4", | ||
"glob": "^7.1.3", | ||
"jss": "^9.8.7", | ||
"lodash": "^4.17.11", | ||
"next": "^7.0.2", | ||
"normalize.css": "^8.0.1", | ||
"node-sass": "^4.12.0", | ||
"plotly-js-material-design-theme": "^1.1.3", | ||
"plotly.js": "^1.47.3", | ||
"postcss-easy-import": "^3.0.0", | ||
"postcss-loader": "^3.0.0", | ||
"prop-types": "^15.7.2", | ||
"raw-loader": "^2.0.0", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"react-jss": "^8.6.1", | ||
"react-plotly.js": "^2.3.0", | ||
"sass-loader": "^7.1.0" | ||
"react-plotly.js": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^10.0.1", | ||
... | ... |
Please register or sign in to comment