-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.51 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
{
"name": "getmeformdata",
"version": "0.4.2",
"description": "To get the form data and validations data",
"main": "dist/main.js",
"source": "src/index.js",
"repository": "github:anenth/get-me-form-data",
"scripts": {
"test": "jest",
"prepublishOnly": "npm run build",
"build": "cross-env BABEL_ENV='production' webpack --env.production --config ./webpack.config.js"
},
"author": "anenth",
"license": "ISC",
"dependencies": {
"form-serialize": "^0.7.2",
"lodash": "^4.17.15",
"npm-check-updates": "^3.1.21"
},
"files": [
"index.js"
],
"engines": {
"node": ">=8"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/helper-compilation-targets": "^7.12.5",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.6",
"babel-plugin-flow-runtime": "^0.19.0",
"cross-env": "^5.2.1",
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"flow": "^0.2.3",
"flow-bin": "^0.106.3",
"flow-runtime": "^0.17.0",
"flow-typed": "^2.6.1",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"regenerator-runtime": "^0.13.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
}
}