-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 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
{
"name": "myfa-website",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Florian Adonis <[email protected]>",
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production",
"build:production": "node ./scripts/build-env.js && webpack --mode production",
"test": "echo \"Write tests!\""
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^13.4.0",
"@contentful/rich-text-types": "^14.1.0",
"@emotion/core": "^10.0.17",
"@material-ui/core": "^4.9.0",
"@reach/router": "^1.3.3",
"@stripe/stripe-js": "^1.0.2",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"i18next": "^19.4.4",
"libphonenumber-js": "^1.7.29",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"rc-steps": "^3.5.0",
"react": "^16.9.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-bootstrap-table-next": "^3.3.4",
"react-bootstrap-table2-editor": "^1.4.0",
"react-bootstrap-table2-toolkit": "^2.1.2",
"react-card-flip": "^1.0.11",
"react-contenteditable": "^3.3.3",
"react-dom": "^16.9.0",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.1.0",
"react-helmet": "^5.2.1",
"react-i18next": "^11.4.0",
"react-icons": "^3.8.0",
"react-modal": "^3.12.1",
"react-responsive-carousel": "^3.2.8",
"react-share": "^3.0.1",
"react-social-icons": "^4.1.0",
"react-spinners": "^0.6.1",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"copy-webpack-plugin": "^6.0.1",
"css-loader": "^3.5.3",
"dotenv-webpack": "^1.8.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"license": "MIT"
}