-
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.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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": "react-float",
"author": {
"name": "wolyshaw",
"email": "shaw@xwlong.com",
"url": "https://xwlong.com"
},
"homepage": "https://github.com/wolyshaw/react-float",
"repository": {
"type": "git",
"url": "git+https://github.com/wolyshaw/react-float"
},
"bugs": {
"url": "https://github.com/wolyshaw/react-float/issues",
"email": "shaw@xwlong.com"
},
"main": "dist/index.js",
"license": "MIT",
"version": "1.1.1",
"keywords": [
"react",
"popup",
"module",
"float"
],
"description": "The bomb window and side bar control for react",
"scripts": {
"build": "./node_modules/.bin/lessc static/index.less dist/index.css && ./node_modules/.bin/babel src --out-dir dist"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-transition-group": "^2.4.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"less": "^3.8.0"
}
}