-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.89 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "react-scopy-scroll",
"version": "1.0.0",
"description": "",
"main": "index",
"scripts": {
"sassex": "node-sass example/main.scss | postcss --use autoprefixer -b 'last 2 versions' > example/styles.css",
"lint": "eslint ./src && eslint ./example/firstComp",
"example-sass": "npm run sassex",
"build": "npm run lint && webpack",
"develop": "webpack --watch --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git@github.com:webkieth/react-scopy-scroll.git"
},
"author": "Bejoy",
"license": "MIT",
"bugs": {
"url": "https://github.com/webkieth/react-scopy-scroll/issues"
},
"homepage": "https://github.com/webkieth/react-scopy-scroll#readme",
"dependencies": {
"react-custom-scroll": "^4.2.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@svgr/webpack": "^5.5.0",
"@types/react-dom": "^16.9.5",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-plugin-lodash": "^6.0.0",
"eslint-plugin-react": "^7.18.3",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"lodash": "^4.17.15",
"node-sass": "^4.13.1",
"postcss-cli": "^7.1.0",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-dom": "*"
},
"keywords": [
"react",
"react-scoped-scroll",
"react-custom-scroll",
"react-component",
"customscroll",
"custom-scroll",
"ui component",
"ui",
"component"
]
}