-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 917 Bytes
/
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
{
"name": "react-draggable-aligned",
"version": "0.1.1",
"main": "lib/index.js",
"repository": {
"type" : "git",
"url" : "https://github.com/ladjzero/react-draggable-aligned.git"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-draggable": "^3.0.5"
},
"scripts": {
"start": "webpack-dev-server",
"build:lib": "webpack --config webpack.lib.js",
"build": "webpack"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"react-dom": "^16.4.1",
"react-draggable-aligned": "^0.1.0",
"style-loader": "^0.22.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}