-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.94 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
54
55
56
57
58
59
60
61
62
{
"name": "spacy",
"version": "0.1.0",
"private": true,
"scripts": {
"relay": "rescript-relay-compiler",
"relay:watch": "rescript-relay-compiler --watch",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"res:watch": "rescript build -w",
"res:build": "rescript build",
"res:clean": "rescript clean",
"storybook": "start-storybook -s ./public -p 6006",
"graphql:download:schema": "npx get-graphql-schema http://localhost:8080/v1beta1/relay --header 'x-hasura-admin-secret=password' > schema.graphql",
"build-storybook": "build-storybook"
},
"dependencies": {
"@emotion/cache": "11.9.3",
"@emotion/css": "11.9.0",
"@emotion/server": "11.4.0",
"@radix-ui/react-dialog": "1.0.0",
"@radix-ui/react-popover": "1.0.0",
"@rescript/react": "0.11.0",
"@rescriptbr/ancestor": "1.0.0-4-rescript-10-compat.1-alpha",
"@rescriptbr/radix-ui": "1.1.3",
"@rescriptbr/reform": "12.1.0",
"@rescriptbr/reschema": "3.0.3",
"bcrypt": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"bs-fetch": "0.6.2",
"next": "12.2.2",
"polished": "4.2.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-relay": "14.1.0",
"relay-runtime": "14.1.0",
"rescript": "^10.0.0",
"rescript-js": "1.0.0-beta.2",
"rescript-next": "12.0.1",
"rescript-relay": "1.1.1"
},
"peerDependencies": {
"@rescript/react": "0.11.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"babel-loader": "^8.2.5",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"lenses-ppx": "6.1.10"
}
}