-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.67 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
71
{
"name": "d-n-d",
"version": "0.1.1",
"description": "A Drag and Drop Demo Project",
"main": "index.js",
"scripts": {
"lint": "bin/lint.sh",
"serve": "bin/serve.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsbites/d-n-d.git"
},
"keywords": [
"byte-sized javascript",
"byte-sized",
"bytesized.tv",
"demos",
"dnd",
"education",
"example",
"javascript",
"learning",
"podcast",
"react",
"react-dnd",
"redux",
"sample",
"screencast",
"tutorials",
"vidcast",
"videocast",
"videos"
],
"author": "Volkan Özçelik <me@volkan.io> (https://volkan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsbites/d-n-d/issues"
},
"homepage": "https://github.com/jsbites/d-n-d#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"css-loader": "^0.28.1",
"eslint": "^3.19.0",
"eslint-config-jsbites": "^0.6.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-react": "^7.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"style-loader": "^0.17.0",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"dombili": "^0.8.0",
"kink": "^0.2.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^15.5.4",
"redux": "^3.6.0"
}
}