-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 970 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
33
34
35
36
37
38
39
40
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@typeform/embed": "^0.6.1",
"ajv": "^6.12.3",
"animejs": "^2.2.0",
"react": "^16.13.1",
"react-blink": "^1.0.3",
"react-dom": "^16.13.1",
"react-ga": "^2.5.7",
"react-horizontal-timeline": "^1.5.3",
"react-reveal": "^1.2.2",
"react-router": "^5.1.1",
"react-router-dom": "^5.1.1",
"react-scripts": "^2.1.3",
"react-scroll-into-view": "^1.5.0",
"react-scroll-parallax": "^1.3.5",
"react-swipeable-views": "^0.13.1",
"react-typeform-embed": "^0.2.0",
"styled-components": "^4.4.1",
"surge": "^0.20.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}