Skip to content

Commit

Permalink
node-sass dependency removed
Browse files Browse the repository at this point in the history
  • Loading branch information
anishmprasad committed Apr 27, 2021
1 parent 2bfb5d9 commit 45098c7
Showing 1 changed file with 77 additions and 78 deletions.
155 changes: 77 additions & 78 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,80 +1,79 @@
{
"name": "netslider",
"version": "1.3.4",
"main": "dist/index.js",
"style": "dist/styles.min.css",
"files": [
"dist"
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"author": {
"name": "Anish M Prasad",
"email": "anish.m.prasad@gmail.com",
"url": "http://www.anishmprasad.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anishmprasad/netslider.git"
},
"bugs": {
"url": "https://github.com/anishmprasad/netslider/issues"
},
"dependencies": {
"classnames": "^2.2.6",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"babel-cli": "6.26.0",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelrc-rollup": "3.0.0",
"webpack-cli": "^3.3.6",
"clean-webpack-plugin": "^3.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"@babel/core": "^7.5.5",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"postcss-modules": "^1.4.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"classnames": "^2.2.6",
"react": "^16.8.6",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-dom": "^16.8.6",
"lodash": "^4.17.14",
"prop-types": "^15.7.2"
},
"keywords": [
"react",
"slider",
"animated-slider",
"carousel",
"netflix-slider",
"netflix"
],
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
"name": "netslider",
"version": "1.3.5",
"main": "dist/index.js",
"style": "dist/styles.min.css",
"files": [
"dist"
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"author": {
"name": "Anish M Prasad",
"email": "anish.m.prasad@gmail.com",
"url": "http://www.anishmprasad.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anishmprasad/netslider.git"
},
"bugs": {
"url": "https://github.com/anishmprasad/netslider/issues"
},
"dependencies": {
"classnames": "^2.2.6",
"react": "^16.8.6",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"babel-cli": "6.26.0",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelrc-rollup": "3.0.0",
"webpack-cli": "^3.3.6",
"clean-webpack-plugin": "^3.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"@babel/core": "^7.5.5",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"postcss-modules": "^1.4.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"classnames": "^2.2.6",
"react": "^16.8.6",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-dom": "^16.8.6",
"lodash": "^4.17.14",
"prop-types": "^15.7.2"
},
"keywords": [
"react",
"slider",
"animated-slider",
"carousel",
"netflix-slider",
"netflix"
],
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}

0 comments on commit 45098c7

Please sign in to comment.