forked from pink-gorilla/notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 2.05 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
{
"//": "hint: npm-check-updates is the new lein ancient",
"name": "gorilla-notebook-devtooling",
"version": "0.37.0",
"author": "[email protected]",
"scripts": {
"tailwind-serve": "cross-env NODE_ENV=development concurrently \"postcss src/tailwind.css -o ./resources/gorilla-repl-client/css/tailwind.css --watch\" \"live-server ./public\"",
"tailwind-development": "cross-env NODE_ENV=development postcss src/tailwind.css -o ./target/gen-resources/gorilla-repl-client/css/pink-gorilla.css",
"tailwind-production": "cross-env NODE_ENV=production postcss src/tailwind.css -o ./target/gen-resources/gorilla-repl-client/css/public/build/pink-gorilla.css",
"test": "cross-env NODE_ENV=development karma start --single-run",
"_start": "npm run serve",
"_dev": "shadow-cljs watch app",
"_release": "shadow-cljs release app"
},
"dependencies": {
"ag-grid-community": "^22.0.0",
"ag-grid-react": "^22.0.0",
"codemirror": "^5.49.2",
"create-react-class": "^15.6.3",
"highlight.js": "9.15.10",
"leaflet": "^1.6.0",
"marked": "^0.7.0",
"mousetrap": "^1.6.3",
"mousetrap-global-bind": "^1.1.0",
"parinfer": "^3.12.0",
"parinfer-codemirror": "^1.4.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-dom-factories": "1.0.2",
"react-grid-layout": "0.16.6",
"react-highlight.js": "1.0.7",
"react-icons": "2.2.7",
"react-leaflet": "^2.6.0",
"react-markdown-editor-lite": "^1.0.2",
"react-player": "^1.14.2",
"react-sparklines": "^1.7.0",
"reakit": "0.11.2",
"tailwindcss": "^1.1.4"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@fullhuman/postcss-purgecss": "^1.3.0",
"autoprefixer": "^9.7.6",
"concurrently": "^5.0.1",
"cross-env": "^6.0.3",
"cssnano": "^4.1.10",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-cljs-test": "^0.1.0",
"live-server": "^1.2.1",
"postcss-cli": "^6.1.3",
"postcss-import": "^12.0.1",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10"
}
}