-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.01 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
{
"name": "social-media-app",
"private": true,
"scripts": {
"test": "jest --updateSnapshot --watch --config jest.config.js --env=jsdom",
"test:ci": "jest --updateSnapshot --no-cache --maxWorkers=2 --config jest.config.js --env=jsdom --coverage -u"
},
"jest": {
"preset": "jest-playwright-preset"
},
"dependencies": {
"@babel/preset-react": "^7.14.5",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.0",
"@testing-library/react": "^12.0.0",
"axios": "^0.21.1",
"babel-jest": "^27.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"dotenv": "^10.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"expect": "^27.0.6",
"fetch-mock": "^9.11.0",
"history": "^5.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.1.0",
"jest-canvas-mock": "^2.3.1",
"jest-localstorage-mock": "^2.4.14",
"jest-playwright-jsdom": "^0.0.4",
"jest-transform-stub": "^2.0.0",
"js-cookie": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"moxios": "^0.4.0",
"playwright-chromium": "^1.13.1",
"prop-types": "^15.7.2",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fromnow": "^4.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-time-ago": "^7.1.1",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"ts-jest": "^27.0.5",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"cypress": "^8.3.0",
"webpack-dev-server": "^3.11.2"
}
}