-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "pix-dashoard",
"version": "1.0.0",
"author": "fakenickels <[email protected]>",
"license": "MIT",
"dependencies": {
"@glennsl/bs-json": "^3.0.0",
"@zeit/next-css": "^1.0.1",
"bs-fetch": "^0.5.2",
"bs-fluture": "^0.5.0",
"decco": "^1.2.1",
"fluture": "10.2.0",
"gentype": "^3.6.0",
"next": "^9.4.4",
"next-transpile-modules": "^3.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reason-react": "^0.7.0",
"request": "^2.88.0"
},
"scripts": {
"dev": "next",
"generate-pix-seed": "node ./scripts/generate-data-from-csv.js",
"build": "bsb -clean-world -make-world && next build",
"now-build": "bsb -clean-world -make-world && next build",
"export": "next export",
"start": "next start -p $PORT",
"bs:build": "bsb -make-world",
"bs:clean": "bsb -clean-world",
"bs:start": "bsb -make-world -w"
},
"devDependencies": {
"@dylanirlbeck/tailwind-ppx": "^0.7.7",
"autoprefixer": "^9.5.1",
"bs-platform": "^7.1.1",
"cssnano": "^4.1.10",
"papaparse": "^5.2.0",
"tailwindcss": "1.4.6"
}
}