-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.09 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
63
64
65
66
67
68
{
"name": "easyformsfnd",
"version": "0.1.0",
"private": true,
"dependencies": {
"@brainhubeu/react-carousel": "^1.3.0",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-brands-svg-icons": "^5.1.0",
"@fortawesome/free-regular-svg-icons": "^5.1.0-11",
"@fortawesome/free-solid-svg-icons": "^5.1.0",
"@fortawesome/react-fontawesome": "0.1.0-11",
"@material-ui/core": "^1.3.1",
"@material-ui/icons": "^1.1.0",
"animate.css": "^3.7.0",
"antd": "^3.7.3",
"antd-init": "^2.0.6",
"axios": "^0.18.0",
"nodemailer": "^4.7.0",
"normalize.css": "^8.0.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-animate-on-scroll": "^2.1.5",
"react-carousel": "^4.3.0",
"react-dimensions": "^1.3.1",
"react-dom": "^16.6.0",
"react-dropzone": "^4.2.13",
"react-flip-toolkit": "^6.2.2",
"react-google-maps": "^9.4.5",
"react-input-forms": "^1.6.4",
"react-modal": "^3.5.1",
"react-motion": "^0.5.2",
"react-pose": "^4.0.2",
"react-reveal": "^1.2.2",
"react-router-dom": "^4.3.1",
"react-sanfona": "^1.2.2",
"react-scripts": "1.1.4",
"react-slick": "^0.23.1",
"react-sticky": "^6.0.3",
"reactstrap": "^6.5.0",
"redux": "^4.0.0",
"styled-components": "^3.3.3",
"styled-components-breakpoint": "^2.1.0",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && mv build server",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3001",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"devDependencies": {
"react-redux": "^5.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluesophia/EasyFormsFrontEnd.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bluesophia/EasyFormsFrontEnd/issues"
},
"homepage": ""
}