-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 956 Bytes
/
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
{
"name": "truthtabl.es",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "ohm generateBundles --withTypes './components/parser/SymbolicLogic.ohm'"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/theme-tools": "^2.1.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@vercel/speed-insights": "^1.0.2",
"framer-motion": "^10.16.16",
"next": "^14.0.4",
"niue": "^0.2.0",
"ohm-js": "^16.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"scroll-shadow-element": "^1.1.2",
"ts-replace-all": "^1.0.0"
},
"devDependencies": {
"@ohm-js/cli": "^1.0.0",
"@types/node": "20.10.4",
"@types/react": "17.0.30",
"eslint": "<8.0.0",
"eslint-config-next": "^14.0.4",
"typescript": "^4.5.2"
}
}