-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 840 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": "interactive-video",
"version": "0.1.0",
"private": true,
"dependencies": {
"@typeform/embed": "^0.5.6",
"@vimeo/player": "^2.2.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-inlinesvg": "^0.7.1",
"react-input-range": "^1.2.1",
"react-read-more": "^1.0.0",
"react-scripts": "1.0.13",
"react-svg-inline": "^2.0.1",
"react-transition-group": "^2.2.0",
"react-truncate": "^2.2.2",
"react-youtube": "^7.4.0",
"read-more-react": "^1.0.5",
"timer-stopwatch": "^0.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"axios": "^0.16.2",
"react-player": "^0.25.3",
"styled-components": "^2.2.3"
}
}