-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.5 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "cromma",
"version": "1.1.3",
"description": "cromma-frontend",
"main": "index.js",
"author": "numeru",
"license": "MIT",
"contributors": [
{
"name": "Younggwang Choi",
"email": "[email protected]",
"url": "https://github.com/numeru"
}
],
"repository": {
"type": "git",
"url": "https://github.com/CrommaApp/cromma-frontend"
},
"scripts": {
"dev": "webpack serve --config webpack.config.dev.ts",
"build": "webpack --config webpack.config.prod.ts",
"bundle": "webpack --env bundleAnalyze=true --config webpack.config.prod.ts",
"test": "jest --watch",
"test:report": "jest --ci --reporters=default --reporters=jest-junit",
"deploy": "aws s3 sync ./dist s3://cromma.site --profile=cromma-s3-user",
"cypress": "cypress open"
},
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"axios": "^0.21.4",
"jest": "^27.4.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"recoil": "^0.5.2",
"styled-components": "^5.3.3",
"typescript": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@testing-library/cypress": "^8.0.2",
"@testing-library/user-event": "^13.2.1",
"@types/node": "^16.11.19",
"@types/react-test-renderer": "^17.0.1",
"@types/styled-components": "^5.1.20",
"@types/webpack": "^5.28.0",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^2.0.2",
"compression-webpack-plugin": "^9.2.0",
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.2.0",
"cypress": "^9.2.1",
"dotenv": "^10.0.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"fork-ts-checker-webpack-plugin": "^6.3.2",
"html-webpack-plugin": "^5.3.2",
"jest-junit": "^13.0.0",
"mini-css-extract-plugin": "^2.4.7",
"prettier": "^2.5.1",
"react-refresh": "^0.10.0",
"react-test-renderer": "^17.0.2",
"style-loader": "^3.2.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.2.1",
"webpack": "^5.66.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.7.3",
"webpack-manifest-plugin": "^4.1.1"
}
}