forked from uxpin-merge/uxpin-merge-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.64 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
{
"name": "uxpin-merge-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"check": "eslint --ext js,jsx src --ignore-pattern *.tests.js",
"test": "jest",
"server": "uxpin-merge server",
"start": "uxpin-merge --disable-tunneling",
"push": "uxpin-merge push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uxpin-merge/uxpin-merge-boilerplate.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.2",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-do-expressions": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-function-sent": "^7.8.3",
"@babel/plugin-proposal-json-strings": "^7.8.3",
"@babel/plugin-proposal-logical-assignment-operators": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/preset-env": "^7.5.0",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.0.0",
"@babel/traverse": "^7.5.5",
"@babel/types": "^7.5.5",
"@uxpin/merge-cli": "2.6.2",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.4",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-emotion": "^10.0.14",
"bundlesize": "^0.18.0",
"chalk": "^3.0.0",
"cross-env": "^7.0.2",
"date-fns": "^2.11.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"enzyme-to-json": "^3.3.4",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.13.7",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"flow-bin": "^0.120.1",
"jest": "^24.8.0",
"jest-emotion": "^10.0.14",
"postcss": "^7.0.27",
"postcss-cli": "^7.1.0",
"rimraf": "^3.0.2",
"source-map-loader": "^0.2.4",
"svg-react-loader": "^0.4.6",
"watch-run": "^1.2.5",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6",
"yargs": "^15.3.1"
},
"bugs": {
"url": "https://github.com/uxpin-merge/uxpin-merge-boilerplate/issues"
},
"homepage": "https://github.com/uxpin-merge/uxpin-merge-boilerplate#readme",
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@inlet/react-pixi": "^1.2.6",
"css-loader": "^3.4.2",
"d3-shape": "^1.2.2",
"emotion": "^10.0.27",
"google-map-react": "^1.1.7",
"google-maps-react": "^2.0.2",
"lodash": "^4.17.15",
"namor": "^2.0.2",
"node-sass": "^4.13.1",
"payment": "^2.3.0",
"pixi.js": "^5.2.1",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-credit-cards": "^0.8.0",
"react-dom": "^16.5.2",
"react-player": "^1.15.2",
"react-pose": "^4.0.10",
"react-trend": "^1.2.5",
"react-vis": "^1.11.5",
"react-webcam": "^5.0.0",
"react-widgets": "^4.5.0",
"recompose": "^0.30.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"styled-components": "^5.0.0",
"url-loader": "^4.1.0"
}
}