-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.31 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
86
87
{
"name": "rubycon",
"version": "0.1.0",
"private": true,
"dependencies": {
"@egjs/flicking-plugins": "^3.3.0",
"@egjs/react-flicking": "^3.3.1",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.8",
"babel-polyfill": "^6.9.1",
"bcrpyt": "^2.0.0",
"jest-dom": "^4.0.0",
"materialize-css": "^1.0.0-rc.2",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router": "^3.2.0",
"react-scripts": "3.4.1",
"sass-loader": "^10.0.2",
"typescript": "^3.9.5"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@material-ui/core": "^4.11.0",
"axios": "^0.19.2",
"babel-cli": "^6.26.0",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.4",
"react-addons-update": "^15.3.0",
"react-hot-loader": "^4.12.21",
"react-redux": "^7.2.0",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"style-loader": "^1.2.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.10.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"development": "cross-env NODE_ENV=development"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}