-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
121 lines (121 loc) · 3.99 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
{
"name": "mob-web",
"version": "0.0.1",
"main": "index.js",
"engines": {
"node": "12.13.0"
},
"repository": "[email protected]:makeorbreak-io/mob-web.git",
"author": "João Gradim <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --config webpack.development.js",
"build": "NODE_ENV=production webpack -p --config webpack.production.js",
"clean": "rm -rf build/*",
"copy:production": "rsync -az --force --delete --progress -e \"ssh -p22\" ./build/ [email protected]:/var/www/psc-web/",
"deploy:production": "yarn run clean && yarn run build && yarn run copy:production",
"lint": "eslint src/**/*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"generate-component": "babel-node ./tools/generate-component.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.10.2",
"@babel/node": "^7.10.1",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-do-expressions": "^7.6.0",
"@babel/plugin-proposal-export-default-from": "^7.10.1",
"@babel/plugin-proposal-export-namespace-from": "^7.5.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.6.3",
"@babel/register": "^7.6.2",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.2.4",
"@storybook/react": "^5.2.4",
"@urql/devtools": "^0.1.2",
"ajv": "^5.3.0",
"autoprefixer": "^9.6.5",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.1.0",
"commander": "^2.9.0",
"csp-html-webpack-plugin": "^3.0.3",
"css-loader": "^3.0.2",
"dotenv-flow-webpack": "^1.0.0",
"eslint": "^6.5.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.0.0",
"favicons-webpack-plugin": "^1.0.2",
"file-loader": "^4.2.0",
"flow-bin": "^0.112.0",
"html-webpack-plugin": "^3.2.0",
"img-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"postcss-move-props-to-bg-image-query": "^2.0.0",
"postcss-preset-env": "^6.7.0",
"react-axe": "^3.4.1",
"react-hot-loader": "^4.12.21",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"svg-transform-loader": "^2.0.13",
"svgo": "^1.3.0",
"svgo-loader": "^2.2.1",
"uglifyjs-webpack-plugin": "^1.2.3",
"url-loader": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.4",
"@babel/preset-flow": "^7.10.1",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"axios": "^0.18.1",
"bluebird": "^3.5.0",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"date-fns": "^1.29.0",
"final-form": "^4.18.7",
"formik": "^2.1.4",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"jsbarcode": "^3.11.0",
"lodash": "^4.17.15",
"prop-types": "^15.5.10",
"qrcode": "^0.9.0",
"raven-js": "3.27.2",
"react": "^16.13.1",
"react-apollo": "^3.1.4",
"react-dom": "^16.13.0",
"react-markdown": "^4.3.1",
"react-qr-reader": "^2.2.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-select": "^1.0.0-rc.5",
"react-sortable-hoc": "^0.6.7",
"react-tooltip": "^3.3.0",
"recompose": "^0.30.0",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-form": "^8.3.6",
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.3.0",
"urql": "^1.9.6",
"uuid": "^8.1.0"
}
}