-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.57 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
57
58
59
60
61
62
{
"name": "react-wp-form",
"sideEffects": false,
"version": "0.1.2",
"description": "Complementary package to react-wp-gql and wp-react-form",
"author": "jonshipman",
"license": "Apache",
"repository": {
"type": "git",
"url": "git+https://github.com/jonshipman/react-wp-form.git"
},
"main": "dist/main.js",
"files": [
"dist",
"src/scss"
],
"keywords": [
"wp-graphql",
"wordpress",
"react",
"form"
],
"scripts": {
"dev": "webpack-dev-server",
"prebuild": "[ -d ./dist/ ] && rm -rf ./dist/",
"build": "webpack --config webpack.prod.js",
"prepare": "webpack --config webpack.prod.js"
},
"peerDependencies": {
"@apollo/client": "^3.2.5",
"react": "^16.8.0 || ^17.0.1",
"react-dom": "^16.8.0 || ^17.0.1",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^5.0.1",
"extract-loader": "^5.1.0",
"extract-text-webpack-plugin": "4.0.0-alpha.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^3.0.0",
"husky": "^0.14.3",
"lint-staged": "^7.3.0",
"prettier": "^2.0.4",
"react-syntax-highlighter": "^12.2.1",
"sass": "^1.32.0",
"sass-loader": "^10.1.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.4.0"
},
"dependencies": {
"phone": "^2.4.17",
"react-dropzone": "^11.2.4"
}
}