forked from contentful/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 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
47
48
49
50
{
"name": "@contentful/field-editors",
"version": "1.0.0",
"description": "",
"main": "lib/all.js",
"scripts": {
"test": "mocha && eslint bin/bundle src",
"prepublish": "babel src --out-dir lib",
"watch": "babel src --out-dir lib --watch --source-maps inline"
},
"author": "Thomas Scholtes <thomas@contentful.com>",
"license": "ISC",
"dependencies": {
"contentful-ui-extensions-sdk": "^2.1.0",
"kefir": "^3.5.1",
"lodash": "^4.14.2",
"preact": "^6.3.0",
"sum-types": "^0.9.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-plugin-module-resolver": "^2.2.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-node6": "^0.3.0",
"babel-register": "^6.16.3",
"babelify": "^7.3.0",
"bluebird": "^3.4.1",
"browserify": "^13.1.0",
"eslint": "^3.4.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.0",
"jsdom": "^9.8.0",
"mocha": "^3.1.2",
"sinon": "^1.17.6",
"uglifyify": "^3.0.2",
"vdom-to-html": "^2.3.0",
"virtual-dom": "^2.1.1",
"yargs": "^5.0.0"
},
"babel": {
"presets": [
"es2015"
]
},
"engines": {
"node": ">=4.0"
}
}