-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.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
{
"name": "react-static-example-blank",
"homepage": "./",
"private": true,
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"analyze": "react-static build --analyze",
"serve": "serve dist -p 3000"
},
"dependencies": {
"@reach/router": "^1.2.1",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"currencies-exchange-rates": "^1.0.2",
"detect-nearest-browser-locale": "^19.0.0",
"jquery": "^3.4.1",
"material-design-lite": "^1.3.0",
"popper": "^1.0.1",
"popper.js": "^1.16.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-static": "^7.2.3",
"react-static-plugin-reach-router": "^7.2.0",
"react-static-plugin-sitemap": "^7.2.0",
"react-static-plugin-source-filesystem": "^7.2.0",
"react-stripe-elements": "^6.0.1",
"react-stripe-script-loader": "^1.0.16",
"use-debounce": "^3.4.1"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.0.1",
"eslint-config-react-tools": "^1.1.7",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"serve": "^11.1.0"
}
}