-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.8 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.8 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
{
"name": "twitch-overlay",
"version": "0.0.1",
"scripts": {
"build": "next build",
"start": "now dev",
"next-dev": "next dev",
"next-build": "next build"
},
"dependencies": {
"@babel/helper-call-delegate": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-do-expressions": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-proposal-private-methods": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@babel/standalone": "^7.9.6",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"@zeit/next-workers": "^1.0.1-canary.1",
"babel-eslint": "^10.0.3",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsdoc": "^21.0.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.4.0",
"firebase": "^7.13.2",
"meaningful-string": "^1.3.1",
"micro-cors": "^0.1.1",
"monaco-editor-webpack-plugin": "^1.9.0",
"next": "^9.4.4",
"next-transpile-modules": "^3.3.0",
"node-sass": "^4.13.1",
"now": "^19.1.0",
"password-validator": "^5.0.3",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-icons": "^3.10.0",
"react-monaco-editor": "^0.36.0",
"react-quill": "^1.3.5",
"react-redux": "^7.2.0",
"react-redux-firebase": "^3.3.0",
"redux": "^4.0.5",
"worker-loader": "^2.0.0"
},
"license": "MIT"
}