-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.49 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
{
"name": "natural-drag-animation-rbdnd",
"version": "2.1.1",
"description": "Addon for the 'react-beautiful-dnd' that adds natural dragging animation",
"main": "index.js",
"scripts": {
"build": "webpack --config=webpack.build.js",
"storybook": "start-storybook -p 6006",
"deploy-storybook": "storybook-to-ghpages"
},
"author": "Dmytro Lytvynenko <lytvynenko.dmytrij@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rokborf/natural-drag-animation-rbdnd.git"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.3.1"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@storybook/addon-actions": "^4.1.18",
"@storybook/addon-links": "^4.1.18",
"@storybook/addons": "^4.1.18",
"@storybook/react": "^7.0.7",
"@storybook/storybook-deployer": "^2.8.7",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"lodash": "^4.17.21",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.14.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}