-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
45
{
"name": "code_for_baltimore",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.3.1",
"emailjs-com": "^2.4.0",
"mdbreact": "^4.21.1",
"react": "^16.13.1",
"react-archer": "^3.0.0",
"react-art": "^16.5.1",
"react-bootstrap": "^1.0.0-beta.14",
"react-dom": "^16.13.1",
"react-google-recaptcha": "^2.0.1",
"react-icons": "^3.7.0",
"react-native": "0.56.0",
"react-native-scalable-image": "^1.0.0",
"react-native-web": "^0.9.0",
"react-navigation": "^2.17.0",
"react-player": "^2.4.0",
"react-recaptcha": "^2.3.10",
"react-responsive-carousel": "^3.1.50",
"react-router-dom": "^4.3.1",
"react-router-modal": "^1.4.2",
"react-scroll": "^1.7.14",
"redux": "^4.0.5",
"rodal": "^1.8.1"
},
"devDependencies": {
"babel-jest": "^23.4.0",
"babel-preset-react-native": "^5",
"jest": "^23.4.1",
"react-scripts": "1.1.5",
"react-test-renderer": "^16.3.1"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"start-ios": "react-native run-ios",
"start-web": "react-scripts start",
"build": "react-scripts build",
"test-web": "react-scripts test --env=jsdom",
"eject-web": "react-scripts eject"
}
}