-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.16 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
65
66
{
"name": "shasha",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/secret-juju/shasha.git",
"author": "CutyApple <dbtldhs0915@naver.com>",
"license": "MIT",
"scripts": {
"test": "jest --config jest.config.json --verbose --watchAll --coverage",
"start": "webpack-dev-server --mode development --hot --port 3000",
"build": "webpack --mode production"
},
"dependencies": {
"@reduxjs/toolkit": "^1.5.0",
"@types/react-router": "^5.1.13",
"axios": "^0.21.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"dotenv-webpack": "^7.0.2",
"eslint": "^7.25.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.2.2",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"redux-saga": "^1.1.3",
"style-loader": "^2.0.0",
"styled-components": "^5.2.3",
"ts-loader": "^8.0.12",
"typescript": "^4.2.4",
"webpack": "^5.10.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.20",
"@types/jest-plugin-context": "^2.9.4",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-facebook-login": "^4.1.3",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/testing-library__jest-dom": "^5.9.5",
"@types/testing-library__react": "^10.2.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"jest-localstorage-mock": "^2.4.10",
"jest-plugin-context": "^2.9.0",
"ts-jest": "^26.5.3"
}
}