-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "checkout",
"version": "1.0.0",
"description": "This componenet is a copy of the airbnb checkout button",
"author": "David Paul",
"license": "",
"engines": {
"node": ">=6.13.0"
},
"scripts": {
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"seed-database": "node database/seedingScript.js",
"test": "jest",
"test:watch": "jest --watchAll",
"test:coverage": "jest --coverage --colors"
},
"dependencies": {
"axios": "^0.19.2",
"cors": "^2.8.5",
"express": "^4.15.0",
"fs": "0.0.1-security",
"jest-cli": "^25.1.0",
"jquery": "^3.1.1",
"moment": "^2.24.0",
"mongoose": "^4.9.6",
"mysql2": "^2.1.0",
"newrelic": "^6.4.1",
"nodemon": "^2.0.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"styled-components": "^3.4.10"
},
"devDependencies": {
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-core": "^6.23.1",
"babel-jest": "^25.1.0",
"babel-loader": "^6.3.2",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-15": "^1.4.1",
"jest": "^25.1.0",
"react-test-renderer": "^15.6.2",
"webpack": "^2.2.1"
}
}