forked from luigimannoni/alpha-project-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
{
"name": "alpha-project-website",
"private": true,
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"export": "yarn build && react-static export",
"analyze": "react-static build --analyze",
"serve": "nodemon server.js"
},
"dependencies": {
"@reach/router": "^1.3.4",
"axios": "^0.21.1",
"bootstrap": "5.1.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"isomorphic-fetch": "^3.0.0",
"js-wowemu-auth": "^0.1.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.13",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-bootstrap": "^2.0.0-beta.6",
"react-dom": "^16.14.0",
"react-google-recaptcha-v3": "^1.9.5",
"react-hot-loader": "^4.13.0",
"react-icons": "^4.2.0",
"react-player": "^2.9.0",
"react-static": "^7.5.1",
"react-static-plugin-favicons": "^2.0.0",
"react-static-plugin-reach-router": "^7.5.1",
"react-static-plugin-sass": "^7.3.0",
"react-static-plugin-sitemap": "^7.5.1",
"react-static-plugin-source-filesystem": "^7.5.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-react-app": "^6.0.0",
"eslint-config-react-tools": "^1.1.7",
"eslint-plugin-flowtype": "^5.2.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^1.7.0",
"frontmatter-markdown-loader": "^3.6.3",
"parse-entities": "3.0.0",
"serve": "^11.3.2"
}
}