This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.57 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
49
50
51
52
53
{
"name": "rescript-conduit",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/css": "11.1.3",
"@portolab/rescript-toolkit": "0.0.5",
"@rescript/react": "0.10.2",
"@rescriptbr/ancestor": "0.3.3",
"@rescriptbr/reform": "11.0.1",
"@ryyppy/rescript-promise": "2.1.0",
"@storybook/addon-actions": "6.2.9",
"@storybook/addon-essentials": "6.2.9",
"@storybook/addon-links": "6.2.9",
"@storybook/node-logger": "6.2.9",
"@storybook/preset-create-react-app": "3.1.7",
"@storybook/react": "6.2.9",
"@vitejs/plugin-react-refresh": "1.3.5",
"autoprefixer": "10.2.6",
"date-fns": "2.25.0",
"decco": "1.5.0",
"framer-motion": "4.1.17",
"lenses-ppx": "6.1.10",
"localforage": "1.10.0",
"mitt": "3.0.0",
"postcss": "8.3.5",
"qs": "6.10.1",
"react": "17.0.2",
"react-content-loader": "6.0.3",
"react-dom": "17.0.2",
"react-paginate": "8.0.0",
"react-query": "3.19.2",
"react-use": "17.3.1",
"reschema": "2.0.3",
"rescript": "9.1.3",
"rescript-polished": "^1.15.0",
"tailwindcss": "2.2.4",
"vite": "2.4.2",
"vite-plugin-svgr": "0.4.0"
},
"scripts": {
"build": "yarn rescript:build && yarn vite:build",
"vite:dev": "vite",
"vite:build": "vite build",
"vite:serve": "vite preview",
"rescript:start": "rescript build -w",
"rescript:build": "rescript build -with-deps",
"rescript:clean": "rescript clean",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"devDependencies": {}
}