-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 916 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
{
"name": "literate",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"server": "npx shadow-cljs server",
"watch": "npx shadow-cljs watch :main",
"release": "npx shadow-cljs release :main",
"site": "npx shadow-cljs release :main --config-merge '{:closure-defines {literate.app/WS false}}'",
"styles": "NODE_ENV=production npx tailwindcss build -o resources/public/styles.css"
},
"dependencies": {
"@tailwindcss/typography": "^0.4.1",
"codemirror": "^5.65.10",
"file-saver": "^2.0.5",
"marked": "^3.0.8",
"ol": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-tippy": "^1.4.0",
"react-window": "^1.8.8",
"vega": "^5.22.1",
"vega-embed": "^6.21.0",
"vega-lite": "^5.6.0"
},
"devDependencies": {
"autoprefixer": "^10.3.2",
"postcss": "^8.3.6",
"shadow-cljs": "^2.20.14",
"tailwindcss": "^2.2.19"
}
}