-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 865 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": "tester",
"version": "0.1.0",
"private": true,
"dependencies": {
"animate.css": "^3.6.1",
"axios": "^0.18.0",
"create-react-class": "^15.6.3",
"function-plot": "^1.18.1",
"moment": "^2.22.1",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-animate-on-scroll": "^2.1.3",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.1",
"react-function-plot": "0.0.14",
"react-moment": "^0.7.0",
"react-parallax": "^1.6.1",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-typewriter": "^0.4.1",
"react-typing": "^1.0.0",
"react-typing-animation": "^1.3.3",
"recharts": "^1.0.0-beta.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}