-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 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
49
50
{
"name": "maroon",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS='--inspect' next",
"build": "yarn res:build && next build",
"start": "next start -p $PORT",
"res:watch": "rescript build -w",
"res:build": "rescript build",
"res:clean": "rescript clean",
"res:format": "rescript format -all"
},
"dependencies": {
"@chakra-ui/react": "^1.7.4",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"date-fns": "^2.25.0",
"framer-motion": "^4",
"localforage": "^1.10.0",
"next": "11.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-query": "^3.21.0"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@next/bundle-analyzer": "^11.1.0",
"@rescript/react": "0.10.3",
"@rescriptbr/reform": "^11.0.1",
"@ryyppy/rescript-promise": "2.1.0",
"autoprefixer": "^10.3.1",
"bs-css": "^15.0.2",
"bs-css-emotion": "^4.0.2",
"cssnano": "^5.0.8",
"gentype": "^4.1.0",
"husky": "^7.0.4",
"lenses-ppx": "^6.1.10",
"next-transpile-modules": "8.0.0",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"reschema": "^2.0.3",
"rescript": "^9.1.4",
"rescript-chakra": "^1.2.0-next.11",
"rescript-polished": "1.15.0",
"tailwindcss": "^2.2.7"
}
}