-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "coding-queerly",
"version": "1.0.0",
"description": "Coding Queerly",
"main": "src/index.js",
"scripts": {
"build": "webpack-cli",
"lint": "standard src/**/*.js*",
"serve": "firebase serve",
"shell": "firebase shell",
"start": "npm run shell",
"deploy": "firebase deploy",
"logs": "firebase log",
"upgrade-interactive": "npm-check --update"
},
"private": true,
"devDependencies": {
"@emotion/core": "^10.0.10",
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@emotion/styled": "^10.0.10",
"babel-loader": "^8.0.5",
"npm-check": "^5.9.0",
"standard": "^12.0.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"@babel/runtime-corejs3": "^7.4.3",
"@reach/router": "^1.2.1",
"firebase": "^5.9.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"readystate": "^0.4.1"
}
}