-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.36 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@app-init/frontend",
"version": "1.0.0",
"description": "A CLI to bootstrap the web platform frontend",
"bin": {
"app-init-frontend": "bin/app-init-frontend"
},
"scripts": {
"start": "./bin/app-init-frontend",
"compile:prod": "./bin/app-init-frontend --build"
},
"repository": {
"type": "git",
"url": "git@github.com:app-init/frontend.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"cli",
"webplatform-frontend"
],
"author": "Matthew Owens",
"license": "MIT",
"dependencies": {
"@app-init/ui": "^1.0.0",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.5.5",
"@loadable/component": "^5.10.2",
"arg": "^4.1.1",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.0.0",
"connected-react-router": "^6.5.2",
"css-loader": "^3.2.0",
"esm": "^3.2.25",
"file-loader": "^4.2.0",
"flatpickr": "^4.6.2",
"font-awesome": "^4.7.0",
"history": "^4.9.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"node-sass": "^4.12.0",
"node-waves": "^0.7.6",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"purgecss-webpack-plugin": "^1.5.0",
"push.js": "^1.0.12",
"qs": "^6.7.0",
"react": "^16.9.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.9.0",
"react-markdown": "^4.1.0",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^7.2.0",
"shelljs": "^0.8.3",
"style-loader": "^1.0.0",
"sweetalert2": "^8.15.3",
"terser-webpack-plugin": "^1.4.1",
"universal-cookie": "^4.0.2",
"url-loader": "^2.1.0",
"webpack": "^4.39.2",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-dev-server": "^3.8.0",
"webpack-merge": "^4.2.1",
"workbox-webpack-plugin": "^4.3.1"
},
"devDependencies": {}
}