-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1019 Bytes
/
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
{
"name": "u-rock",
"version": "1.0.0",
"description": "React app for gamifying reward points system",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/rajagopal28/URock.git"
},
"keywords": [
"gamification",
"urock"
],
"author": "Rajagopal M",
"license": "MIT",
"bugs": {
"url": "https://github.com/rajagopal28/URock/issues"
},
"homepage": "https://rajagopal28.github.io/URock",
"private": true,
"dependencies": {
"material-ui": "^0.18.3",
"react": "^15.6.0",
"react-dom": "^15.6.0",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-tap-event-plugin": "^2.0.1"
},
"devDependencies": {
"react-scripts": "0.9.x"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "git subtree push --prefix build origin gh-pages"
}
}