-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.36 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
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "officer-complaint-form",
"version": "1.0.0",
"description": "Officer complaint Form",
"main": "app.js",
"directories": {},
"scripts": {
"start": "webpack-dev-server --open --public http://localhost:8080/police-complain --config webpack.dev.js --host 0.0.0.0 --disable-host-check",
"build": "webpack --config webpack.prod.js",
"lint": "eslint --quiet --ext .js --ext .jsx .",
"test": "BABEL_ENV=test mocha --compilers js:@babel/register ./test/**/*.spec.jsx",
"postinstall": "git submodule update --init --recursive",
"serve-prod": "npx http-server ./public",
"heroku-postbuild": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usds/us-forms-system-starter-app.git"
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"chai": "^4.1.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-no-unsafe-innerhtml": "^1.0.14",
"eslint-plugin-react": "^7.2.1",
"eslint-plugin-scanjs-rules": "^0.1.4",
"eslint-stats": "^1.0.0",
"mocha": "^5.2.0",
"node-sass": "^4.11.0",
"react-test-renderer": "^15.5.4",
"sass-loader": "^7.1.0",
"skin-deep": "^1.0.0",
"style-loader": "^0.21.0",
"svg-url-loader": "^2.3.2",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.0.1",
"webpack": "^4.10.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.0.1",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.1.3"
},
"dependencies": {
"@ibm/plex": "^1.2.3",
"date-fns": "^1.30.1",
"filepond": "^3.5.0",
"filepond-plugin-image-exif-orientation": "^1.0.3",
"filepond-plugin-image-preview": "^3.1.4",
"foundation-sites": "^5.5.3",
"prop-types": "^15.6.2",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-filepond": "^5.0.0",
"react-flatpickr": "^3.6.4",
"react-location-picker": "^1.3.0",
"redux-thunk": "^2.3.0",
"@cityofaustin/us-forms-system": "1.1.5",
"uswds": "^1.6.3"
},
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}
}