-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "EmailValidator",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.12.10",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.5.3",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"papaparse": "^5.3.0",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-google-login": "^5.2.1",
"react-papaparse": "^3.11.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"enzyme": "^3.11.0",
"jest": "^26.6.3",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"verbose": true,
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/config/webpack/test.js",
"/vendor/"
]
}
}