-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 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
{
"name": "selner",
"description": "",
"homepage": "https://agata-project.github.io/selner",
"contributors": [
{
"name": "Carlos Eduardo Cuzik",
"email": "carlos.cuzik@gmail.com",
"url": "http://github.com/cuzik"
},
{
"name": "Marcos Felipe Eipper",
"email": "marcos@eipper.com",
"url": "http://github.com/markx3"
},
{
"name": "Matheus Vinícius Valenza",
"email": "matheusvvalenza@gmail.com",
"url": "http://github.com/mathvalenza"
},
{
"name": "Ramon Artner Rocha",
"email": "ramon.artner@gmail.com",
"url": "http://github.com/rartner"
}
],
"version": "0.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"@material-ui/core": "^1.3.1",
"@material-ui/icons": "^1.1.0",
"axios": "^0.18.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}