-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.52 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
{
"name": "app",
"version": "4.11.42",
"description": "User App v2",
"main": "index.js",
"scripts": {
"build-bundle": "npx webpack-cli --config webpack/webpack.prod.config.js",
"build": "./build.sh",
"start": "npx webpack serve --progress --config webpack/webpack.dev.config.js",
"start:staging": "IRON_URL=https://iron.staging.eqolot.com npm start",
"xt": "node ./xt.js",
"test": "echo 'No tests written'",
"_eslint": "npx eslint .",
"_prettier": "npx prettier --config .prettierrc.js '**/*.{js,json,css,scss}'",
"check": "npm run _prettier -- --list-different && npm run _eslint -- --cache --cache-location .cache/eslintcache",
"fix": "npm run _eslint -- --fix; npm run _prettier -- --write",
"storybook": "npx start-storybook -s ./source -p 6007"
},
"repository": {
"type": "git",
"url": "https://github.com/blogfoster/app.git"
},
"author": "blogfoster engineering team",
"homepage": "https://github.com/blogfoster/app#readme",
"license": "ISC",
"dependencies": {
"@formatjs/intl-utils": "^3.8.4",
"@sentry/browser": "^5.29.2",
"array-move": "^3.0.1",
"axios": "^0.21.4",
"bd-password-strength": "github:blogfoster/password-strength",
"body-scroll-lock": "^3.1.5",
"chart.js": "^1.1.1",
"classnames": "^2.2.6",
"clipboard": "^2.0.6",
"cloudinary-react": "^1.7.0",
"currency-symbol-map": "^4.0.4",
"d3-scale": "^1.0.7",
"d3-shape": "^1.2.0",
"deep-trim": "^0.1.0",
"domready": "^1.0.8",
"history": "^4.7.2",
"hoist-non-react-statics": "^3.3.2",
"human-format": "^0.11.0",
"iban": "0.0.14",
"intl": "^1.2.5",
"jsvat": "^2.5.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"normalize-url": "^1.9.1",
"prop-types": "^15.7.2",
"qrcode": "^1.5.1",
"qs": "^6.9.4",
"react": "^16.4.0",
"react-cookie": "^4.0.3",
"react-display-name": "^0.2.5",
"react-dom": "^16.4.0",
"react-intl": "^5.13.4",
"react-markdown": "^5.0.3",
"react-modal": "^3.12.1",
"react-number-format": "^4.9.0",
"react-outside-click-handler": "^1.3.0",
"react-progress-bar.js": "^0.2.3",
"react-redux": "^5.0.6",
"react-router": "^3.2.0",
"react-router-redux": "^4.0.8",
"react-sortable-hoc": "^1.11.0",
"react-tooltip-controller": "^1.0.6",
"recompose": "^0.30.0",
"redux": "^4.2.0",
"redux-form": "^7.4.3",
"redux-thunk": "^2.3.0",
"remark-breaks": "^2.0.1",
"remark-gfm": "^1.0.0",
"reselect": "^3.0.1",
"select": "^1.1.2",
"tether": "^1.4.7",
"urijs": "^1.19.11",
"url-parse": "^1.5.10",
"validator": "^9.2.0",
"velocity-react": "^1.4.3"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@formatjs/cli": "^3.1.6",
"@reach/component-component": "^0.12.0",
"@sentry/cli": "^1.61.0",
"@sentry/webpack-plugin": "^1.14.0",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-centered": "^5.3.21",
"@storybook/addon-viewport": "^5.2.6",
"@storybook/react": "^5.2.6",
"autoprefixer": "^10.2.0",
"babel-loader": "^8.2.2",
"bootstrap": "4.0.0-alpha.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^5.0.1",
"escope": "^3.6.0",
"eslint": "^8.21.0",
"eslint-config-blogfoster": "^2.0.3",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-formatjs": "^4.1.0",
"fast-glob": "^3.2.5",
"file-loader": "^6.2.0",
"fs-extra": "^9.1.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.1",
"mini-css-extract-plugin": "^1.3.3",
"node-bourbon": "^4.2.8",
"node-sass": "^6.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^8.4.14",
"postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.7.1",
"react-hot-loader": "^4.13.0",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"sass-loader": "^10.3.1",
"storybook-addon-intl": "^2.4.1",
"style-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"world-countries": "^1.8.1"
},
"engines": {
"node": "16.x"
}
}