forked from belezanaweb/test-front
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 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
{
"name": "belezanaweb",
"version": "1.0.0",
"description": "Faça um fork deste repositório e finalizar o teste, submeta um pull request para o repositório que nosso time será notificado.",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/princevasconcelos/test-front.git"
},
"author": "Prince Vasconcelos",
"license": "ISC",
"bugs": {
"url": "https://github.com/princevasconcelos/test-front/issues"
},
"homepage": "https://github.com/princevasconcelos/test-front#readme",
"dependencies": {
"font-awesome": "^4.7.0",
"formik": "^1.1.1",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.5",
"react-text-mask": "^5.4.3",
"redux": "^4.0.0",
"styled-components": "^3.4.5",
"yup": "^0.26.3"
},
"devDependencies": {
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.1"
}
}