-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
{
"name": "hrsoft",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html --out-dir prod",
"serve-build": "parcel serve prod/index.html",
"test": "jest --config=jest.config.json --watch",
"start": "node server/server.js",
"heroku-postbuild": "yarn run build",
"deploy": "git push heroku master"
},
"author": "lawrence4code",
"license": "MIT",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase": "^7.19.0",
"history": "^5.0.0",
"moment": "^2.27.0",
"parcel-bundler": "^1.12.4",
"react": "^16.8.3",
"react-dates": "^21.8.0",
"react-dom": "^16.13.1",
"react-phone-input-2": "^2.13.8",
"react-phone-number-input": "^3.0.25",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0",
"redux-thunk": "^2.3.0",
"sass": "^1.26.10",
"uuid": "^8.3.0"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"cross": "^1.0.0",
"env": "^0.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"enzyme-to-json": "^3.5.0",
"jest": "^26.4.2",
"raf": "^3.4.1",
"react-test": "^0.7.3",
"redux-mock-store": "^1.5.4",
"renderer": "^0.1.5"
},
"resolutions": {
"babel-core": "^7.0.0-bridge.0"
}
}