-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.05 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
54
55
56
{
"name": "vidbase.dev",
"version": "0.0.1",
"private": true,
"description": "A monorepo that holds all of Vidbase's open source projects.",
"keywords": [
"react",
"react.js",
"reactjs",
"authentication",
"authorization",
"auth",
"unauth",
"frontend",
"prefers-color-scheme",
"prefers-reduced-motion",
"prefers-mode",
"dark",
"light",
"video editing",
"video"
],
"homepage": "https://vidbase.dev",
"repository": {
"type": "git",
"url": "https:/github.com/vidbase/vidbase.dev"
},
"workspaces": [
"packages/*",
"examples/*"
],
"prettier": {
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"jsxBracketSameLine": true,
"useTabs": true
},
"engines": {
"node": ">= 10.14.2"
},
"dependencies": {
"@types/react": "^16.9.52",
"@types/react-dom": "^16.9.4",
"@types/styled-components": "^5.1.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"styled-components": "^5.2.0"
},
"devDependencies": {
"lerna": "^3.20.2",
"typescript": "4.0"
}
}