-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.33 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
{
"name": "smart-adviser-site",
"version": "1.0.0",
"description": "The website for Smart Adviser",
"main": "index.js",
"scripts": {
"test": "jest --passWithNoTests",
"start": "webpack serve --config webpack.config.js --open --progress",
"prestart:fb": "npm run build",
"start:fb": "firebase serve --only hosting",
"build": "webpack --config ./webpack.config.js",
"prepare": "husky install",
"analyzer": "webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json",
"lint-staged": "lint-staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jondarrer/smart-adviser-site.git"
},
"author": "Jonathan Darrer <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jondarrer/smart-adviser-site/issues"
},
"homepage": "https://github.com/jondarrer/smart-adviser-site#readme",
"dependencies": {
"favicons": "^6.2.0",
"formik": "^2.1.4",
"i18next": "^19.3.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet-async": "^1.0.9",
"react-i18next": "^11.8.10",
"react-router-dom": "^5.2.0",
"sharp": "^0.33.5",
"theme-ui": "^0.3.5",
"unfetch": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-transform-react-jsx": "^7.12.17",
"@babel/plugin-transform-regenerator": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/register": "^7.13.8",
"@types/jest": "^26.0.21",
"@types/theme-ui": "^0.3.7",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-file-loader": "^2.0.0",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-inline-react-svg": "1.1.2",
"babel-plugin-transform-define": "^2.1.4",
"copy-webpack-plugin": "^8.0.0",
"eslint": "^7.22.0",
"favicons-webpack-plugin": "^5.0.2",
"html-webpack-plugin": "^5.3.1",
"husky": "^5.1.3",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"react-static-site-hydrater": "^5.1.7",
"react-test-renderer": "^16.13.1",
"sitemap-webpack-plugin": "^1.1.0",
"webpack": "^5.27.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}