-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
102 lines (102 loc) · 3.72 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
{
"name": "magento2-fast-checkout",
"version": "0.0.1",
"description": "",
"main": "src/index.ts",
"scripts": {
"watch:development": "npx webpack --mode development -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daniel100097/magento2-fast-checkout.git"
},
"author": "Daniel Volquardsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/daniel100097/magento2-fast-checkout/issues"
},
"homepage": "https://github.com/daniel100097/magento2-fast-checkout#readme",
"dependencies": {
"@material-ui/core": "^3.9.1",
"@material-ui/icons": "^3.0.2",
"@types/react-router-dom": "^4.3.1",
"@types/styled-components": "^4.1.6",
"apollo-cache-inmemory": "^1.4.2",
"apollo-client": "^2.4.12",
"apollo-link-batch-http": "^1.2.6",
"babel-polyfill": "^6.26.0",
"clipboard-copy": "^2.0.1",
"css-loader": "^2.1.0",
"formik": "^1.4.2",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"i18next": "^14.0.1",
"jss": "^9.8.7",
"jss-increase-specificity": "^0.3.5",
"mdi-react": "^4.4.0",
"mini-css-extract-plugin": "^0.5.0",
"moment": "^2.24.0",
"react": "^16.8.0-alpha.1",
"react-apollo": "^2.4.0",
"react-apollo-hooks": "^0.3.1",
"react-dom": "^16.8.0-alpha.1",
"react-draft-wysiwyg": "^1.12.20",
"react-google-recaptcha": "^1.0.5",
"react-i18next": "^9.0.8",
"react-intl": "^2.8.0",
"react-jss": "^8.6.1",
"react-router-dom": "^4.4.0-beta.6",
"react-shadow": "^16.3.2",
"react-toastify": "^4.5.2",
"style-loader": "^0.23.1",
"styled-components": "^4.1.3",
"the-platform": "^0.9.3",
"tslint-config-prettier": "^1.17.0",
"use-react-router": "^1.0.3",
"validator": "^10.11.0",
"webpack-dev-server": "^3.1.14"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-typescript": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@types/react": "^16.7.21",
"@types/react-cache": "^2.0.0",
"@types/react-dom": "^16.0.11",
"@types/react-google-recaptcha": "^0.10.0",
"@types/react-intl": "^2.3.15",
"@types/react-toastify": "^4.0.1",
"@types/validator": "^10.9.0",
"@types/webpack": "^4.4.24",
"@types/webpack-dev-server": "^3.1.1",
"babel-loader": "^8.0.5",
"babel-plugin-graphql-tag": "^1.6.0",
"babel-plugin-styled-components": "^1.10.0",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^1.0.1",
"core-js": "^2.6.3",
"file-loader": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"graphql-code-generator": "^0.16.0",
"graphql-codegen-typescript-client": "^0.16.0",
"graphql-codegen-typescript-common": "^0.16.0",
"graphql-codegen-typescript-server": "^0.16.0",
"html-webpack-plugin": "^3.2.0",
"image-trace-loader": "^0.1.0",
"react-cache": "^2.0.0-alpha.1",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"tslint-react": "^3.6.0",
"typescript": "^3.3.0-dev.20181208",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
}
}