-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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
46
47
48
{
"name": "rescript-fool",
"version": "1.0.0",
"author": "Ilya Pomaskin <ilya.pomaskin+gh@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"@ryyppy/rescript-promise": "2.1.0",
"bs-fetch": "0.6.2",
"bs-react-spring": "0.4.2",
"next": "12.1.6",
"nodemon": "2.0.16",
"react": "18.1.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dnd-touch-backend": "16.0.1",
"react-dom": "18.1.0",
"rescript-jzon": "1.3.0",
"rescript-logger": "2.1.0",
"rescript-nodejs": "14.2.0",
"rescript-webapi": "0.6.1",
"tw-elements": "1.0.0-alpha12",
"ws": "8.5.0"
},
"repository": "https://github.com/IlyaPomaskin/fool",
"scripts": {
"dev": "nodemon --watch 'src/api/*.mjs' --exec 'next'",
"debug": "NODE_OPTIONS='--inspect' next",
"build": "rescript && next build",
"now-build": "rescript && next build",
"export": "next export",
"start": "next start -p 3000",
"res:build": "rescript",
"res:clean": "rescript clean",
"res:start": "RES_LOG=* rescript build -w"
},
"devDependencies": {
"@rescript/react": "0.10.3",
"autoprefixer": "10.4.4",
"bs-platform": "9.0.2",
"cssnano": "5.0.5",
"gentype": "4.1",
"next-transpile-modules": "7.1.2",
"postcss": "8.4.14",
"postcss-cli": "8.3.1",
"rescript": "9.1",
"tailwindcss": "3.0.24"
}
}