-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 992 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
{
"name": "timebox",
"version": "1.1.0",
"private": true,
"author": "Eric Ferraiuolo <edf@ericf.me>",
"license": "MIT",
"homepage": "https://timebox.now.sh",
"now": {
"alias": "timebox",
"env": {
"REACT_APP_API_KEY": "@timebox_prod_api_key",
"REACT_APP_AUTH_DOMAIN": "@timebox_prod_auth_domain",
"REACT_APP_DATABASE_URL": "@timebox_prod_database_url"
}
},
"scripts": {
"dev": "node scripts/check-env && react-scripts start",
"build": "node scripts/check-env && react-scripts build",
"start": "serve build --single --cache 31556926",
"eject": "react-scripts eject"
},
"dependencies": {
"firebase": "^3.2.1",
"marked": "^0.3.6",
"react": "~15.3.2",
"react-native-web": "0.0.59",
"react-router": "^4.0.0-alpha.6",
"serve": "2.4.0"
},
"devDependencies": {
"dotenv-safe": "^3.0.0",
"node-fetch": "^1.6.3",
"react-scripts": "0.8.4"
},
"eslintConfig": {
"extends": "react-app"
}
}