-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "react-sandbox-frame",
"version": "0.2.2",
"description": "react component for create isolated view frames",
"author": "Bruno Carvalho de Araujo <brunocarvalhodearaujo@gmail.com>",
"license": "MIT",
"main": "lib/index.js",
"typings": "index.d.ts",
"keywords": [
"react",
"isolated",
"frame"
],
"repository": {
"url": "https://github.com/brunocarvalhodearaujo/react-sandbox-frame.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/brunocarvalhodearaujo/react-sandbox-frame/issues"
},
"scripts": {
"preversion": "babel src --out-dir lib"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-static-fs": "^1.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1"
},
"dependencies": {
"classnames": "^2.2.5",
"is": "^3.2.1",
"lodash.omit": "^4.5.0",
"lodash.pickby": "^4.6.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"scriptjs": "^2.5.8"
}
}