-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "qrcode",
"private": true,
"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",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-react-native": "4.0.0",
"bootstrap": "^5.0.2",
"enzyme": "^3.11.0",
"jest-when": "^3.3.1",
"jquery": "^3.6.0",
"jsdom": "^16.6.0",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"@testing-library/react": "^12.0.0",
"babel-jest": "^27.0.6",
"enzyme-adapter-react-17-updated": "^1.0.2",
"fetch-mock-jest": "^1.5.1",
"jest": "^27.0.6",
"regenerator-runtime": "^0.13.7",
"webpack-dev-server": "^3.11.2"
},
"jest": {
"testEnvironment": "jsdom",
"testMatch": [
"**/__test__/?(*.)+(test).[jt]s?(x)"
]
}
}