UNPKG

1.59 kBJSONView Raw
1{
2 "name": "react-movable",
3 "version": "0.0.3",
4 "description": "Drag and drop lists.",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "files": [
8 "*.md",
9 "LICENSE",
10 "lib/index.js",
11 "lib/index.d.ts",
12 "lib/List.js",
13 "lib/List.d.ts",
14 "lib/List.flow.js",
15 "lib/utils.js",
16 "lib/utils.d.ts"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/tajo/react-movable"
21 },
22 "author": "Vojtech Miksu <vojtech@miksu.cz>",
23 "license": "MIT",
24 "scripts": {
25 "build": "tsc --outDir lib",
26 "build-storybook": "build-storybook -s public",
27 "storybook": "start-storybook -p 9010 -s public",
28 "test": "react-scripts test --env=jsdom",
29 "format": "prettier --write \"**/*.js\""
30 },
31 "tags": [
32 "react"
33 ],
34 "keywords": [
35 "react",
36 "react-component",
37 "drag",
38 "drop",
39 "list",
40 "movable"
41 ],
42 "devDependencies": {
43 "@storybook/addon-options": "4.2.0-alpha.8",
44 "@storybook/addons": "4.2.0-alpha.8",
45 "@storybook/react": "4.2.0-alpha.8",
46 "@types/enzyme": "^3.1.15",
47 "@types/react": "^16.7.18",
48 "@types/react-dom": "^16.0.11",
49 "@types/storybook__react": "^4.0.0",
50 "enzyme": "^3.8.0",
51 "enzyme-adapter-react-16": "^1.7.1",
52 "enzyme-to-json": "^3.3.5",
53 "fork-ts-checker-webpack-plugin": "^0.5.2",
54 "react-docgen-typescript-loader": "^3.0.0",
55 "react-scripts": "^2.1.2",
56 "typescript": "^3.2.2"
57 },
58 "peerDependencies": {
59 "react": "^16.3.0-0 || ^17.0.0-0"
60 },
61 "jest": {
62 "snapshotSerializers": [
63 "enzyme-to-json/serializer"
64 ]
65 }
66}
\No newline at end of file