-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
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
{
"name": "@chybatronik/react_sortable",
"version": "0.1.0",
"homepage": "http://chybatronik.github.io/react_sortable/build",
"main": "./distribute/app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chybatronik/react_sortable.git"
},
"keywords": [
"sortable react"
],
"author": "Yuri K.",
"license": "MIT",
"bugs": {
"url": "https://github.com/chybatronik/react_sortable/issues"
},
"dependencies": {
"develexe-sortable": "^1.0.7",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-motion": "^0.5.2",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"build:lib": "webpack",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"html-webpack-plugin": "^2.30.1",
"jshint": "^2.9.5",
"jshint-loader": "^0.8.4",
"raw-loader": "^0.5.1",
"react-markdown": "^3.1.3",
"webpack": "^3.10.0"
}
}