-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.35 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
46
47
{
"name": "booksviewer",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"html-react-parser": "^0.6.4",
"react": "^16.8.6",
"react-content-loader": "^4.2.1",
"react-dom": "^16.8.6",
"react-img-fallback": "^1.0.1",
"react-rater": "^5.1.0",
"react-reveal": "^1.2.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"react-sharingbuttons": "^1.0.0",
"react-skeleton-loader": "^1.0.4",
"react-smooth-image": "^1.1.0",
"react-star-rating": "^1.4.2",
"reactstrap": "^7.1.0",
"recompose": "^0.30.0"
},
"scripts": {
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-sass start-js",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-sass": "node-sass-chokidar src/styles/scss/index.scss -o src/styles/css --output-style compressed",
"watch-sass": "npm run build-sass && node-sass-chokidar src/styles/scss/index.scss -o src/styles/css --watch --recursive"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"node-sass-chokidar": "^1.3.5",
"npm-run-all": "^4.1.5"
}
}