forked from janarosmonaliev/tinydesk_legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.32 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.32 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
{
"name": "project-416",
"private": true,
"description": "Personal homepage that replaces the default startuppage. It lets the user manage bookmarks, create to-do lists, and write notes.",
"version": "0.0.1",
"author": "Team KGB",
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@loadable/component": "^5.15.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/pickers": "^3.3.10",
"array-move": "^3.0.1",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"classnames": "^2.3.1",
"clsx": "^1.1.1",
"date-fns": "^2.21.3",
"dayjs": "^1.10.4",
"draft-js": "^0.11.7",
"gatsby": "^3.5.1",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-theme-material-ui": "^0.0.19",
"gatsby-transformer-sharp": "^2.12.0",
"immer": "^9.0.2",
"react": "^16.14.0",
"react-animated-weather": "^4.0.1",
"react-big-calendar": "^0.33.2",
"react-calendar": "^3.4.0",
"react-contextmenu": "^2.14.0",
"react-dom": "^16.14.0",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.6.0",
"react-id-generator": "^3.0.1",
"react-infinite-scroller": "^1.2.4",
"react-router-dom": "^5.2.0",
"react-sortable-hoc": "^2.0.0",
"react-swipeable-views": "^0.13.9",
"sass": "^1.32.13",
"styled-components": "^5.3.0",
"unsplash-js": "^7.0.11",
"validator": "^13.6.0"
},
"devDependencies": {
"prettier": "2.2.1"
},
"keywords": [
"gatsby"
],
"license": "GPL-3.0-or-later",
"scripts": {
"build": "gatsby clean && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"build-test": "gatsby clean && gatsby build && gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/janarosmonaliev/project-416.git"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}