-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.7 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
{
"name": "skogen",
"private": true,
"scripts": {
"start": "meteor run --settings settings.json",
"analyze": "meteor run --settings settings.json --extra-packages bundle-visualizer --production",
"deploy": "DEPLOY_HOSTNAME=eu-west-1.galaxy-deploy.meteor.com meteor deploy --settings settings.json www.skogen.pm"
},
"theme": {
"primary-color": "orange"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/runtime": "^7.15.4",
"antd": "^4.18.3",
"array-move": "^3.0.1",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"bcrypt": "^5.0.0",
"history": "^4.7.2",
"indexof": "0.0.1",
"jquery": "^3.5.1",
"meteor-node-stubs": "^0.4.1",
"metro-babel7-plugin-react-transform": "^0.51.0",
"moment": "^2.29.1",
"node-s3-public-url": "^1.0.2",
"prop-types": "^15.7.2",
"query-string": "^6.14.0",
"react": "^17.0.2",
"react-big-calendar": "^0.31.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.2.4",
"react-image-file-resizer": "^0.2.4",
"react-lazy-load-image-component": "^1.3.2",
"react-meteor-data": "^0.2.11",
"react-quill": "^2.0.0-beta.2",
"react-render-html": "^0.6.0",
"react-responsive": "^6.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^5.3.0",
"react-slick": "^0.27.13",
"react-sortable-hoc": "^1.11.0",
"react-table": "^6.8.6",
"react-to-print": "^2.13.0",
"react-visibility-sensor": "^5.1.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@babel/helper-module-imports": "^7.0.0",
"babel-plugin-import": "^1.13.3",
"babel-plugin-react-transform": "^3.0.0",
"babel-preset-meteor": "^7.9.0",
"meteor-babel": "^7.10.6"
}
}