-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
32 lines (32 loc) · 883 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
{
"name": "community-members",
"version": "0.1.0",
"private": true,
"dependencies": {
"art": "^0.10.1",
"d3": "^4.13.0",
"rc-progress": "^2.2.5",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native-swiper": "^1.5.13",
"react-easy-chart": "^1.0.0",
"react-password-mask": "^3.3.0",
"react-password-strength": "^2.3.1",
"react-password-strength-meter": "^1.0.5",
"react-percentage-circle": "^1.1.3",
"react-progressbar.js": "^0.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.1.0",
"react-vis": "^1.8.3",
"recharts": "^1.0.0-beta.10",
"react-textgradient": "0.0.2",
"victory": "^0.25.5",
"zxcvbn": "^4.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}