-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.59 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "stellas-web",
"version": "0.1.0",
"private": true,
"homepage": "https://me.stellarouzi.com",
"dependencies": {
"@babel/runtime": "^7.4.5",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"animejs": "^3.0.1",
"bootstrap": "^4.3.1",
"core-js": "^2.6.9",
"emailjs-com": "2.3.2",
"fslightbox-react": "^1.3.3",
"gh-pages": "^2.0.1",
"history": "^4.9.0",
"lodash.debounce": "^4.0.8",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"normalize.scss": "^0.1.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.8.6",
"react-images": "^1.0.0",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"react-share": "^3.0.1",
"redux": "^4.0.4",
"toastr": "2.1.4"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "cp CNAME build/ && gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@csstools/normalize.css": "^10.1.0",
"css-loader": "^3.0.0",
"stylelint": "^10.1.0"
}
}