forked from kevinschaich/mintable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "mintable",
"private": true,
"main": "mintable.js",
"author": "Kevin Schaich",
"license": "MIT",
"version": "1.2.5",
"scripts": {
"circleci:dry-run": "circleci local execute -e MINTABLE_CONFIG=$MINTABLE_CONFIG",
"export": "node ./src/scripts/export.js",
"format": "yarn prettier",
"migrate": "node ./src/scripts/migrate.js",
"mintable": "node ./src/scripts/mintable.js",
"setup": "cd src && node ./scripts/setup.js",
"prettier": "prettier --write ./src/**/*.{css,scss,less,js,jsx,ts,tsx,json} --ignore-path ./.gitignore"
},
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"body-parser": "^1.18.3",
"clipboardy": "^1.2.3",
"date-fns": "^1.30.1",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"googleapis": "27",
"indent-string": "^3.2.0",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.11",
"log-symbols": "^2.2.0",
"next": "^8.0.3",
"node-sass": "^4.11.0",
"opn": "^6.0.0",
"ora": "^3.4.0",
"p-each-series": "^2.1.0",
"p-map-series": "^2.1.0",
"plaid": "^2.10.0",
"promise-fs": "^2.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-icons": "^3.5.0",
"react-plaid-link": "^1.2.0"
},
"devDependencies": {
"prettier": "^1.16.4"
}
}