This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
127 lines (127 loc) · 4.77 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "janis",
"version": "1.0.1",
"description": "Public facing frontend public side of austin.gov using React components.",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@elastic/elasticsearch": "^7.9.0",
"@formatjs/intl-pluralrules": "^1.3.5",
"@formatjs/intl-relativetimeformat": "^4.4.4",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.5",
"@material-ui/core": "^4.8.1",
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"body-scroll-lock": "^2.6.1",
"browser-locale": "^1.0.3",
"classnames": "^2.2.5",
"core-js": "^3.6.5",
"downshift": "^1.31.15",
"filesize": "^4.1.2",
"flexboxgrid-sass": "https://github.com/hugeinc/flexboxgrid-sass.git",
"graphql-request": "^1.4.1",
"html-react-parser": "^0.6.1",
"iframe-resizer-react": "^1.0.0",
"intl": "^1.2.5",
"js-cookie": "^2.2.0",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"moment-timezone": "^0.5.23",
"node-sass-chokidar": "^1.3.4",
"npm-run-all": "^4.1.2",
"object-fit-images": "^3.2.4",
"prop-types": "^15.6.0",
"query-string": "^5.1.1",
"react": "^16.11.0",
"react-accessible-accordion": "^3.0.0",
"react-day-picker": "^7.4.8",
"react-dom": "^16.11.0",
"react-ga": "^2.4.1",
"react-hot-loader": "^4.12.15",
"react-intl": "^3.6.2",
"react-load-script": "^0.0.6",
"react-markdown": "^4.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-static": "^7.4.2",
"react-static-plugin-react-router": "^7.2.2",
"react-static-plugin-sitemap": "^7.4.2",
"react-universal-component": "^2.8.1",
"stickyfilljs": "^2.1.0",
"ua-parser-js": "^0.7.17",
"uglifyjs-webpack-plugin": "^2.2.0",
"use-query-params": "^1.1.8",
"uswds": "^1.4.5"
},
"devDependencies": {
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@storybook/addon-a11y": "^5.2.6",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addon-storyshots": "^5.2.8",
"@storybook/addon-storyshots-puppeteer": "^5.2.8",
"@storybook/addon-viewport": "^5.2.6",
"@storybook/addons": "^5.2.6",
"@storybook/react": "^5.2.6",
"babel-core": "^6.26.3",
"babel-jest": "^24.9.0",
"babel-plugin-react-intl-auto": "^3.0.1",
"babel-plugin-require-context-hook": "^1.0.0",
"cypress": "^3.6.0",
"eslint": "^7.10.0",
"eslint-config-react-tools": "1.x.x",
"eslint-plugin-react": "^7.21.2",
"esm": "^3.2.25",
"extract-react-intl-messages": "^0.8.2",
"jest": "^24.9.0",
"libphonenumber-js": "^1.7.22",
"prettier": "^1.19.1",
"react-test-renderer": "^16.11.0",
"sass-loader": "^7.2.0",
"serve": "^7.0.0",
"storybook": "^5.1.11",
"storybook-addon-intl": "^2.4.1",
"svg-url-loader": "^3.0.0",
"url-loader": "^2.1.0",
"webpack-cli": "^3.3.10"
},
"scripts": {
"start-local": "./scripts/start.sh LOCAL",
"start-pr": "./scripts/start.sh PR",
"start-staging": "./scripts/start.sh STAGING",
"start-prod": "./scripts/start.sh PROD",
"build-local": "./scripts/start.sh LOCAL BUILD",
"build-pr": "./scripts/start.sh PR BUILD",
"build-staging": "./scripts/start.sh STAGING BUILD",
"build-prod": "./scripts/start.sh PROD BUILD",
"start-local-docker": "./scripts/serve-local.sh",
"start-staging-docker": "./scripts/serve-local.sh -S",
"start-prod-docker": "./scripts/serve-local.sh -P",
"start": "npm-run-all -p watch-css start-js",
"build": "npm-run-all build-css build-js && cp -r dist/* _dist/",
"build-joplin-pr": "bash ./scripts/build-joplin-pr.sh",
"start-js": "react-static start",
"build-js": "react-static build",
"build-js-incremental": "react-static export --incremental",
"build-translations": "extract-messages -l=en,es,vi,ar -o src/js/i18n/locales/ --flat 'src/**/*.js'",
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"storybook": "NODE_PATH=src yarn start-storybook --ci -c .storybook -p 5000",
"build-storybook": "NODE_PATH=src build-storybook -c .storybook",
"publish-netlify-pr": "bash ./netlify/publish-netlify-pr.sh",
"test": "NODE_PATH=./src jest src/components --config .jest/jest.config.js --no-cache",
"open-cypress": "yarn run cypress open",
"elasticsearch": "docker-compose -f docker-compose-elasticsearch.yml up"
},
"resolutions": {
"react-hot-loader/source-map": "^0.8.0-beta.0"
},
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}
}