-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "omniwheel-gui",
"version": "1.0.0",
"private": true,
"description": "omniwheel-gui",
"author": "casanova",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "^2.11.5",
"autoprefixer": "^10.4.7",
"chart.js": "^3.7.1",
"gatsby": "^4.13.1",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-image": "^2.18.0",
"gatsby-plugin-postcss": "^5.13.0",
"gatsby-plugin-sharp": "^4.18.0",
"gatsby-source-filesystem": "^4.18.0",
"gatsby-transformer-sharp": "^4.18.0",
"postcss": "^8.4.13",
"react": "^17.0.1",
"react-chartjs-2": "^4.1.0",
"react-console-emulator": "^5.0.2",
"react-dom": "^17.0.1",
"react-websocket": "^2.1.0",
"tailwindcss": "^3.0.24",
"ws": "^8.6.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.1"
}
}