-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.77 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
{
"name": "react-smooth-draggable-list",
"description": "smooth, mobile-friendly, draggable list for react.",
"version": "0.2.8",
"main": "dist/main.js",
"files": [
"dist/"
],
"dependencies": {
"prop-types": "^15.6.0",
"react-motion": "^0.5.2",
"styled-components": "^2.2.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-node-env-inline": "^0.2.0",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"node": "8.4.0",
"node-sass": "^4.5.3",
"react": "^16.0.0 || ^15.5.4",
"react-dom": "^16.0.0 || ^15.5.4",
"react-hot-loader": "^3.0.0-beta.6",
"react-github-button": "^0.1.11",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.0"
},
"peerDependencies": {
"react": "^16.0.0 || ^15.5.4",
"react-dom": "^16.0.0 || ^15.5.4"
},
"scripts": {
"build": "webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
"build:demo": "webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
"dev": "webpack-dev-server --open --config webpack/webpack.config-dev.js"
},
"repository": {},
"keywords": [
"react",
"component",
"draggable list",
"sortable list",
"dragsort",
"drag sort list",
"draggable",
"sortable"
],
"bugs": {},
"license": "MIT",
"homepage": "",
"author": "Mac Gainor"
}