-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "sop",
"version": "1.0.0",
"description": "no description yet!",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel public/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amiraliamhh/sop.git"
},
"author": "amirali ameri ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/amiraliamhh/sop/issues"
},
"homepage": "https://github.com/amiraliamhh/sop#readme",
"dependencies": {
"@material-ui/core": "^3.9.3",
"apollo-boost": "^0.3.1",
"graphql": "^14.2.1",
"graphql-tag": "^2.10.1",
"react": "^16.8.6",
"react-apollo": "^2.5.3",
"react-dom": "^16.8.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@types/graphql": "^14.2.0",
"@types/node": "^11.13.0",
"@types/react": "^16.8.10",
"@types/react-dom": "^16.8.3",
"@types/react-router": "^4.4.5",
"@types/react-router-dom": "^4.3.1",
"@types/styled-components": "^4.1.12",
"typescript": "^3.4.1"
}
}