-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "react-versus-vue",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"version": "0.1.0",
"author": "Rodrigo Oler <[email protected]>",
"bugs": {
"url": "https://github.com/rodrigooler/react-versus-vue/issues"
},
"dependencies": {
"date-fns": "^1.29.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4",
"styled-components": "^3.3.2"
},
"devDependencies": {
"gh-pages": "^1.2.0"
},
"homepage": "https://rodrigooler.github.io/react-versus-vue",
"keywords": [
"fetch",
"github",
"react",
"stars",
"time",
"versus",
"vue"
],
"license": "MIT",
"main": "index.js",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/rodrigooler/react-versus-vue.git"
},
"scripts": {
"build": "react-scripts build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom"
}
}