-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.28 KB
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
{
"name": "raspalarm",
"version": "0.1.0",
"description": "A Raspberry Pi Controlled Alarm Clock",
"main": "server.js",
"dependencies": {
"ajv": "^6.5.5",
"body-parser": "^1.18.2",
"express": "^4.16.4",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.7",
"method-override": "^2.3.10",
"moment": "^2.21.0",
"mongoose": "^5.4.3",
"morgan": "^1.9.1",
"prop-types": "^15.6.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-redux": "^5.1.1",
"react-router": "^3.0.2",
"react-scripts": "^2.1.3",
"redux": "^3.7.2"
},
"proxy": "http://localhost:3000/",
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sfreeman422/RaspAlarm.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sfreeman422/RaspAlarm/issues"
},
"homepage": "http://localhost:3000/",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.15.3"
}
}