-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
{
"name": "jay-play",
"version": "1.0.0",
"description": "",
"dependencies": {
"dotenv": "4.0.0",
"graphql": "0.9.2",
"graphql-tag": "2.0.0",
"lodash": "^4.17.4",
"material-ui": "^0.18.7",
"react": "^15.6.1",
"react-apollo": "1.0.1",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-tap-event-plugin": "^2.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.71",
"@types/material-ui": "^0.17.20",
"@types/node": "^8.0.19",
"@types/react": "^16.0.0",
"@types/react-dom": "15.5.0",
"@types/react-tap-event-plugin": "0.0.30",
"awesome-typescript-loader": "3.1.3",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"html-webpack-plugin": "2.28.0",
"jest": "18.1.0",
"source-map-loader": "0.2.1",
"style-loader": "^0.18.2",
"svg-react-loader": "^0.4.4",
"tslint": "^5.5.0",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.2.0",
"typescript": "^2.4.2",
"webpack": "2.4.1",
"webpack-dev-server": "2.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --port 3000",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dangcuuson/jay-play.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dangcuuson/jay-play/issues"
},
"homepage": "https://github.com/dangcuuson/jay-play#readme"
}