-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.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
{
"name": "embracer",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.3.1",
"jspdf": "^2.4.0",
"lodash.chunk": "^4.2.0",
"lodash.startswith": "^4.2.1",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-select": "^5.4.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint \"src/**/*.js\"",
"eject": "react-scripts eject",
"deploy": "yarn build && s3cmd sync build/* s3://truewill-embracer",
"prettify": "prettier --write src/**/*.js"
},
"devDependencies": {
"@testing-library/dom": "^8.14.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.2.1",
"deep-freeze": "^0.0.1",
"lodash.clonedeep": "^4.5.0",
"prettier": "1",
"react-scripts": "5.0.1"
},
"browserslist": [
"defaults"
]
}