-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "rc-nutrition-calculator",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/21joint/rc-nutrition-calculator.git"
},
"license": "MIT",
"homepage": "https://21joint.github.io/rc-nutrition-calculator/",
"dependencies": {
"bootstrap": "4.1.3",
"node-sass": "^4.10.0",
"rc-tabs": "^9.5.7",
"react": "16.5.2",
"react-animated-number": "0.4.4",
"react-dom": "16.5.2",
"react-modal": "3.6.1",
"react-scripts": "2.0.3",
"react-select": "2.1.2",
"react-sortablejs": "1.4.0",
"react-step-wizard": "4.4.0",
"sortablejs": "1.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": [">0.2%", "not dead", "not ie <= 11", "not op_mini all"],
"devDependencies": {
"gh-pages": "^2.0.1"
}
}