-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.82 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
{
"name": "FSD",
"homepage": "https://family.services.govt.nz",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"axios": "^0.21.1",
"core-js": "^3.12.1",
"dotenv": "^8.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"final-form": "^4.20.2",
"geolib": "^3.3.1",
"history": "^5.0.0",
"jest-enzyme": "^7.1.2",
"leaflet": "^1.7.1",
"prop-types": "^15.7.2",
"query-string": "^6.14.1",
"react": "^16.14.0",
"react-accessible-accordion": "^2.4.5",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.14.0",
"react-final-form": "^4.1.0",
"react-ga": "^3.3.0",
"react-leaflet": "^2.8.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"scroll-to-element": "^2.0.3"
},
"scripts": {
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "CI=true react-scripts test",
"eject": "react-scripts eject",
"cucumber": "node ./node_modules/selenium-cucumber-js/index.js --disableLaunchReport"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"devDependencies": {
"chromedriver": "^79.0.3",
"gh-pages": "^2.2.0",
"node-sass": "^4.14.1",
"selenium-cucumber-js": "^1.8.1"
}
}