-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1003 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": "adapt",
"version": "0.0.1",
"description": "A planning tool for using diabetes-related open source projects.",
"author": "Jessie Pusateri",
"license": "MIT",
"bugs": {
"url": "https://github.com/jessiepusateri/adapt/issues"
},
"homepage": "http://use-adapt.github.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/use-adapt/adapt.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build && gh-pages -d build -r [email protected]:use-adapt/use-adapt.github.io -b master"
},
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts": "^2.0.3"
},
"dependencies": {
"immutable": "^3.8.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"semantic-ui-react": "^0.68.5"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}