-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.74 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "contentful-smart-migration",
"version": "1.3.0",
"description": "Contentful migration enhancement for projects that need to have a migration be used across multiple environments",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src/*.js && prettier-eslint --list-different ./src/*.js",
"build": "webpack --mode production",
"prepublish": "npm run build",
"flow": "flow status",
"flow:stop": "flow stop",
"format": "prettier-eslint --write ./src/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caesarbell/contentful-smart-migration.git"
},
"keywords": [
"npm",
"contentful",
"migration",
"js"
],
"author": "caesarbell",
"license": "MIT",
"bugs": {
"url": "https://github.com/caesarbell/contentful-smart-migration/issues"
},
"homepage": "https://github.com/caesarbell/contentful-smart-migration#readme",
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-flow": "^7.8.3",
"@babel/runtime": "^7.8.4",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"flow-babel-webpack-plugin": "^1.1.1",
"flow-bin": "^0.118.0",
"prettier": "^1.19.1",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
}
}