forked from experium/findy-form
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@experium/jobot-form",
"version": "1.1.0",
"main": "./lib/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"final-form": "^4.18.7",
"final-form-arrays": "^3.0.2",
"getusermedia": "^2.0.1",
"moment": "^2.24.0",
"qs": "^6.9.3",
"ramda": "^0.27.0",
"rc-checkbox": "^2.1.8",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-final-form": "^6.3.5",
"react-final-form-arrays": "^3.1.1",
"react-responsive-modal": "^4.0.1",
"react-select": "^3.0.8",
"react-text-mask": "^5.4.3",
"react-webcam": "^5.0.0",
"recorder-js": "^1.0.7",
"yup": "^0.28.1"
},
"scripts": {
"start": "webpack-dev-server",
"package": "babel src --out-dir lib",
"build": "NODE_ENV=production webpack"
},
"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-react": "^7.8.3",
"apollo-boost": "^0.4.7",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-css-modules-transform": "^1.6.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-react": "^7.18.3",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"react-apollo": "^3.1.3",
"react-router-dom": "^5.1.2",
"style-loader": "^1.1.3",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1",
"webpack-merge": "^4.2.2"
}
}