-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.88 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.88 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "personal",
"version": "1.0.0",
"description": "",
"main": "babel.config.js",
"scripts": {
"client": "webpack-dev-server --mode development --devtool inline-source-map --hot",
"build": "webpack --mode production",
"start": "set NODE_ENV='production' && npm run build",
"start:dev": "set NODE_ENV='development' && npm run client"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "~7.2.2",
"@babel/plugin-proposal-class-properties": "~7.3.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "~7.3.1",
"@babel/preset-react": "^7.14.5",
"@svgr/webpack": "~4.1.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.2.2",
"concurrently": "^4.1.2",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "~2.1.0",
"eslint": "^5.9.0",
"eslint-plugin-react": "^7.24.0",
"file-loader": "^6.2.0",
"firebase-tools": "^7.16.2",
"html-loader": "~0.5.5",
"html-webpack-plugin": "~3.2.0",
"less": "~3.9.0",
"less-loader": "~4.1.0",
"node-sass": "^4.14.1",
"prop-types": "~15.7.1",
"react": "~16.8.2",
"react-dom": "~16.8.1",
"sass-loader": "^8.0.2",
"style-loader": "~0.23.1",
"text-transform-loader": "~2.0.0",
"webpack": "^4.46.0",
"webpack-cli": "~3.2.3",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.26.10",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@grpc/grpc-js": "^1.3.7",
"@material-ui/core": "^4.12.3",
"@typeform/embed": "^0.15.3",
"accounting-js": "^1.1.1",
"aos": "^2.3.4",
"apollo-boost": "^0.4.9",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"axios": "^0.21.1",
"body-parser": "~1.18.3",
"bootstrap": "^4.6.2",
"browser-cookies": "^1.2.0",
"emailjs-com": "^2.6.4",
"glightbox": "^3.3.1",
"google-auth-library": "~3.1.0",
"graphql": "^14.7.0",
"isotope-layout": "^3.0.6",
"jquery": "^3.7.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"qs": "^6.10.1",
"react-bootstrap": "^1.6.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dropdown": "^1.9.2",
"react-ga": "^3.3.0",
"react-gravatar": "^2.6.3",
"react-loader-spinner": "^3.1.14",
"react-markdown": "^4.3.1",
"react-modal": "^3.14.3",
"react-router": "~4.3.1",
"react-router-dom": "~4.3.1",
"react-syntax-highlighter": "^12.2.1",
"react-three-fiber": "^3.0.17",
"recharts": "^1.8.5",
"shards-react": "^1.0.3",
"styled-components": "^4.4.1",
"swiper": "^11.2.5",
"three": "^0.127.0",
"waypoints": "^4.0.1"
}
}