-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "aj-bank",
"version": "0.0.1",
"description": "Fixing some problems that banks have",
"main": "index.js",
"keywords": [],
"author": "Aj",
"license": "MIT",
"private": true,
"scripts": {},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.6.0",
"amrhextotext": "^1.1.1",
"chai": "^4.2.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"firebase": "^6.6.0",
"firebase-admin": "^8.6.0",
"firebase-functions": "^3.2.0",
"firebase-tools": "^7.5.0",
"hyperscript-helpers": "^3.0.3",
"mocha": "^6.2.1",
"preact": "^8.5.2",
"preact-cli": "^2.2.1",
"preact-render-to-string": "^4.1.0",
"puppeteer": "^1.20.0",
"sinon": "^7.5.0",
"validator": "^11.1.0"
}
}