-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.12 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
{
"name": "users-cubed-next-frontend",
"version": "2.0.0",
"description": "React.js SSR Frontend for Users Cubed user management API.",
"main": "server.js",
"scripts": {
"test:front": "cypress open",
"test:unit": "mocha --timeout 20000 test/",
"test": "npm run test:front && npm run test:unit",
"dev": "cross-env NODE_ENV=development rimraf ./.next/ && dotenv -e ./.env.development -- node server.js",
"build": "npm run build:proto && npm run build:js",
"build:js": "cross-env NODE_ENV=production rimraf ./.next/ && dotenv -e ./.env -- next build",
"build:proto": "node ./proto/compiler.js",
"start": "cross-env NODE_ENV=production dotenv -e ./.env -- node server.js",
"export": "npm run build && next export",
"upgrade": "ncu -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TalaikisInc/users-cubed-next-frontend.git"
},
"keywords": [
"users",
"user management",
"cms",
"protocol buffers",
"AWS Lambda",
"AWS S3"
],
"author": "Tadas Talaikis <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TalaikisInc/users-cubed-next-frontend/issues"
},
"homepage": "https://github.com/TalaikisInc/users-cubed-next-frontend#readme",
"dependencies": {
"@stripe/react-stripe-js": "^1.0.0-beta.6",
"@stripe/stripe-js": "^1.0.0-beta.8",
"@styled-system/background": "^5.1.2",
"auth0-js": "^9.12.2",
"axios": "^0.19.2",
"cacheable-response": "^1.10.2",
"es6-promisify": "^6.0.2",
"express": "^4.17.1",
"frenchkiss": "^0.2.1",
"highlight.js": "^9.18.0",
"isemail": "^3.2.0",
"jsonp": "^0.2.1",
"jwt-decode": "^2.2.0",
"next": "^9.2.1",
"polished": "^3.4.4",
"pretty-checkbox": "^3.0.3",
"pretty-checkbox-react": "^1.1.0",
"protocol-buffers-encodings": "^1.1.0",
"react": "^16.12.0",
"react-adsense": "^0.1.0",
"react-dom": "^16.12.0",
"react-epic-spinners": "^0.4.1",
"react-gradient": "^1.0.2",
"react-loading-skeleton": "^2.0.1",
"react-progressive-loader": "^0.4.1",
"react-social-login-buttons": "^3.0.0",
"react-toastify": "^5.5.0",
"styled-components": "^5.0.0",
"styled-icons": "^9.2.0",
"styled-map": "^3.3.0",
"styled-react-modal": "^2.0.0",
"validator": "^12.2.0",
"voca": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/register": "^7.8.3",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@cypress/code-coverage": "^1.11.0",
"axe-core": "^3.4.1",
"protocol-buffers": "^4.1.0",
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.0",
"cypress": "^3.8.3",
"cypress-axe": "^0.5.3",
"dotenv-cli": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-compat": "^3.5.1",
"eslint-plugin-cypress": "^2.8.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"fibers": "^4.0.2",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.2.1",
"istanbul-lib-coverage": "^3.0.0",
"lint-staged": "^10.0.4",
"mocha": "^7.0.1",
"node-sass": "^4.13.1",
"npm-check-updates": "^4.0.1",
"nyc": "^15.0.0",
"postcss": "^7.0.26",
"prop-types": "^15.7.2",
"rimraf": "^3.0.1",
"sass": "^1.25.0",
"url-loader": "^3.0.0",
"webpack-bundle-size-analyzer": "^3.1.0",
"webpack-dev-middleware": "^3.7.2"
},
"resolutions": {
"browserslist": "4.8.3",
"caniuse-lite": "1.0.30001021"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all",
"not ie <= 8"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"git add"
]
}
}