This repository has been archived by the owner on May 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
61 lines (61 loc) · 1.86 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
{
"scripts": {
"shadow-release": "shadow-cljs release app",
"compile": "shadow-cljs compile app",
"shadow-watch": "shadow-cljs watch app",
"workspaces": "shadow-cljs watch cards",
"dev-server": "shadow-cljs server",
"webpack-watch": "webpack --watch",
"webpack-release": "webpack --config ./webpack.config.prod.js",
"dev": "concurrently --kill-others \"npm run shadow-watch\" \"npm run webpack-watch\""
},
"dependencies": {
"@cljs-oss/module-deps": "^1.1.1",
"algoliasearch": "^4.4.0",
"buffer": "^5.4.3",
"cljc-css-loader": "^1.0.0",
"create-react-class": "^15.6.3",
"highlight.js": "10.4.1",
"moment": "^2.29.2",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"rc-slider": "^8.6.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-flip-move": "^3.0.4",
"react-grid-layout": "^0.16.6",
"react-highlight": "^0.12.0",
"react-highlight.js": "^1.0.7",
"react-icons": "2.2.7",
"react-modal": "^3.11.2",
"react-quill": "^1.3.3",
"react-stripe-elements": "^6.1.0",
"react-tooltip": "^4.1.2",
"reakit": "0.11.2",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"acorn": "^7.2.0",
"autoprefixer": "^9.7.6",
"chance": "^1.1.7",
"concurrently": "^5.2.0",
"css-loader": "^3.5.3",
"cypress-file-upload": "^4.1.1",
"cypress-mailosaur": "^1.0.6",
"extract-loader": "^5.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.0.0",
"loader-utils": "^2.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"prettier": "2.1.2",
"sass-loader": "^8.0.2",
"shadow-cljs": "^2.8.94",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-manifest-plugin": "^2.2.0"
}
}