-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"homepage": "https://thecoorum.github.io/animation-sandbox",
"name": "animation-sandbox",
"version": "1.0.0",
"description": "Sandbox for React and Lottie controlled animations",
"keywords": [
"react",
"lottie"
],
"main": "src/index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "5.14.0",
"@fortawesome/fontawesome-svg-core": "1.2.30",
"@fortawesome/free-solid-svg-icons": "5.14.0",
"@fortawesome/react-fontawesome": "0.1.11",
"lottie-react": "^2.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-lottie-player": "1.0.1",
"react-scripts": "^3.4.3",
"react-transition-group": "^1.2.1",
"styled-components": "5.1.1"
},
"devDependencies": {
"gh-pages": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}