-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "react-list-editable",
"version": "0.1.0",
"description": "A React component to render editable lists",
"homepage": "https://github.com/arpitbatra123/react-list-editable#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/arpitbatra123/react-list-editable.git"
},
"scripts": {
"build": "webpack",
"prepare": "webpack",
"release": "npm publish --dry-run"
},
"keywords": [
"react"
],
"files": [
"lib/*"
],
"main": "lib/index.js",
"author": "Arpit Batra ([email protected])",
"license": "MIT",
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"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-loader": "^8.1.0",
"css-loader": "^3.5.3",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"svg-url-loader": "^5.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}