-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "bookshelf-liff",
"version": "0.1.0",
"private": true,
"homepage": "http://localhost/catcatshelf/movie",
"dependencies": {
"@material-ui/core": "^3.1.1",
"@material-ui/icons": "^3.0.1",
"decode-uri-component": "^0.2.0",
"epubjs": "^0.3.71",
"pdfjs-dist": "^1.8.432",
"plyr": "^3.4.4",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-plyr": "^2.1.1",
"react-route": "^1.0.3",
"react-router-dom": "^4.3.1",
"styled-components": "^3.4.9",
"styled-components-breakpoint": "^2.1.0",
"styled-components-ts": "0.0.14",
"video.js": "^7.2.3",
"videojs-youtube": "^2.6.0"
},
"devDependencies": {
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"react-scripts": "^1.1.5",
"webpack": "3.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}