-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.58 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
{
"name": "gpsinsight-savings-calculator",
"version": "1.3.2",
"description": "A saving calculator for GPS Insight",
"main": "build/index.js",
"repository": "https://github.com/factor1/gpsinsight-savings-calculator",
"author": "Eric Stout <[email protected]>",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/react-aria-modal": "^4.0.1",
"@types/react-helmet": "^5.0.14",
"@types/react-router-dom": "^5.1.2",
"@types/react-tooltip": "^3.11.0",
"@types/yup": "^0.26.24",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"eslint": "^6.6.0",
"eslint-plugin-react": "^7.16.0",
"parcel-bundler": "^1.12.4",
"typescript": "^3.7.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/styled-components": "^4.4.0",
"axios": "^0.19.0",
"formik": "^2.0.4",
"lodash": "^4.17.15",
"normalize.css": "^8.0.1",
"query-string": "^6.9.0",
"react": ">=0.14",
"react-aria-modal": "^4.0.0",
"react-dom": ">=0.14",
"react-router-dom": "^5.1.2",
"react-tooltip": "^3.11.1",
"styled-components": "^4.4.1",
"yup": "^0.27.0"
},
"scripts": {
"start": "parcel src/index.html --open",
"test": "tsc && eslint src/**/*.tsx && eslint src/**/*.ts",
"build": "yarn test && parcel build src/index.html --public-url /2019/gpsi"
}
}