-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.77 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
63
64
{
"name": "ignite-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"animateplus": "^2.1.1",
"apollo-boost": "^0.4.3",
"apollo-client": "^2.6.3",
"apollo-link-context": "^1.0.18",
"aws-amplify": "^1.1.29",
"axios": "^0.26.0",
"babel-register": "^6.26.0",
"bootstrap": "^5.1.3",
"debug": "^4.1.1",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.21",
"md5": "^2.2.1",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-apollo": "^2.5.8",
"react-bootstrap": "^1.6.4",
"react-cookie": "^4.0.1",
"react-dom": "^16.8.6",
"react-facebook-login": "^4.1.1",
"react-ga": "^2.6.0",
"react-markdown": "^4.1.0",
"react-player": "^1.11.1",
"react-redux": "^7.1.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1",
"react-scroll": "^1.7.12",
"react-stripe-elements": "^3.0.0",
"react-syntax-highlighter": "^11.0.1",
"react-tooltip": "^3.10.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.87.2",
"styled-components": "^4.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "aws s3 sync build/ s3://ignite-web-us-east-1 --delete && aws cloudfront create-invalidation --distribution-id E9NTP35UE9KRQ --paths '/*'",
"test": "CI=true react-scripts test; ./node_modules/mocha/bin/mocha --timeout 10000 --exit",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.5.0",
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}