-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
155 lines (155 loc) · 4.45 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "@atomic-reactor/actinium-auth",
"version": "1.1.5",
"description": "Actinium Authentication Plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm-run-all build:*",
"static": "npm-run-all build:* && gulp static",
"local": "gulp local",
"local:ssr": "gulp local:ssr"
},
"author": "Reactium LLC",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Atomic-Reactor/Actinium-Auth"
},
"dependencies": {
"@babel/cli": "^7.6.2",
"@babel/node": "^7.6.2",
"@loadable/component": "^5.10.3",
"action-sequence": "^1.1.1",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"cookie-parser": "^1.4.4",
"cookie-session": "^2.0.0-beta.3",
"copy-to-clipboard": "^3.2.0",
"core-js": "^3.2.1",
"cors": "^2.8.5",
"cross-env": "^6.0.0",
"directory-tree": "^2.2.4",
"express": "^4.17.1",
"express-static-gzip": "^2.0.5",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"gsap": "^3.0.1",
"handlebars": "^4.5.1",
"http-auth": "^3.2.3",
"http-proxy-middleware": "^0.20.0",
"jed": "^1.1.1",
"marked": "^0.7.0",
"memory-cache": "^0.2.0",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"npm-run-all": "^4.1.5",
"object-path": "^0.11.4",
"parse": "^2.7.1",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"querystring-browser": "^1.0.4",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-frame-component": "^4.1.1",
"react-helmet": "^5.2.1",
"react-redux": "^7.1.1",
"react-router-config": "^5.1.0",
"react-router-dom": "^5.1.0",
"react-syntax-highlighter": "^11.0.2",
"redbox-react": "^1.6.0",
"redux": "^4.0.4",
"redux-devtools": "^3.5.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-local-persist": "0.1.0",
"redux-super-thunk": "0.0.8",
"regenerator-runtime": "^0.13.3",
"run-script-os": "^1.0.7",
"semver": "^6.3.0",
"serialize-javascript": "^2.1.0",
"shallow-equals": "^1.0.0",
"slugify": "^1.3.6",
"underscore": "*",
"uuid": "^3.3.3",
"xss": "^1.0.6"
},
"devDependencies": {
"@atomic-reactor/gulp-watch": "^5.0.1-patched",
"@atomic-reactor/webpack-po-loader": "0.0.3",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"apidoc": "^0.19.0",
"atomic-reactor-cli": "^2.1.12",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-module-resolver": "^3.2.0",
"browser-sync": "^2.26.7",
"camelcase": "^5.3.1",
"chalk": "^3.0.0",
"cli-spinners": "^2.2.0",
"compression-webpack-plugin": "^3.0.0",
"decamelize": "^3.2.0",
"del": "^5.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"fast-diff": "^1.2.0",
"fs-extra": "^8.1.0",
"fs-readdir-recursive": "^1.1.0",
"gettext-extract": "^2.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-if": "^3.0.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-run": "^1.7.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp4-run-sequence": "^1.0.0",
"handlebars": "^4.5.1",
"husky": "^3.0.5",
"ignore-loader": "^0.1.2",
"jest": "^24.9.0",
"lint-staged": "^9.3.0",
"module-alias": "^2.2.1",
"node-sass": "^4.12.0",
"node-sass-functions-json": "^1.0.0",
"node-sass-tilde-importer": "^1.0.2",
"nodemon": "^2.0.1",
"ora": "^4.0.1",
"prettier": "^1.18.2",
"readdir-recursive": "0.0.4",
"slugify": "^1.3.5",
"stylelint": "^12.0.0",
"webpack": "^4.41.0",
"webpack-dev-middleware": "^3.7.1",
"webpack-filter-warnings-plugin": "^1.2.1",
"webpack-hot-middleware": "^2.25.0",
"workbox-build": "^4.3.1",
"yargs": "^15.0.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,css,md}": [
"prettier --write",
"git add"
]
}
}