-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.18 KB
/
Copy pathpackage.json
File metadata and controls
106 lines (106 loc) · 3.18 KB
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
{
"name": "@vtex/butik",
"version": "1.3.6",
"description": "VTEX components for store front",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"lib",
"messages"
],
"scripts": {
"start": "docz dev",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"docz:build": "docz build",
"prepublishOnly": "run-s compile",
"deploy": "react-scripts deploy",
"lint": "eslint react",
"lint-fix": "eslint react --fix --max-warnings 0",
"prettier-conflict-check": "eslint --print-config .eslintrc | eslint-config-prettier-check",
"babel": "NODE_ENV=production babel react/components --out-dir lib --copy-files",
"cleanlib": "rm -rf lib",
"compile": "run-s cleanlib babel",
"vtex-io": "run-s entrypoints manifest-version",
"prereleasy": "npm run vtex-io",
"postreleasy": "vtex publish --public --verbose"
},
"dependencies": {
"@material-ui/core": "^3.6.2",
"classnames": "^2.2.6",
"debounce": "^1.2.0",
"lodash": "^4.17.11",
"object-hash": "^1.3.1",
"ramda": "^0.26.1",
"react-content-loader": "^3.4.1",
"react-docgen": "^2.21.0",
"react-html-parser": "^2.0.2",
"react-id-swiper": "^1.6.8",
"react-intl": "^2.7.2",
"react-transition-group": "^2.5.1",
"vtex-tachyons": "^2.10.0",
"xstate": "^4.2.2"
},
"peerDependencies": {
"react": "16.x",
"@vtex/styleguide": "9.x"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-syntax-class-properties": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@vtex/react-scripts": "1.2.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.5",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"copyfiles": "^1.2.0",
"docz": "^0.13.7",
"docz-plugin-css": "^0.11.0",
"docz-theme-default": "^0.13.7",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-react-intl": "^2.0.0",
"eslint": "^5.10.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-vtex": "^8.0.0",
"eslint-config-vtex-react": "^3.0.3",
"eslint-config-vtex-react-app": "^3.1.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-lodash": "^4.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.7.0",
"eslint-utils": "^1.3.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.1.3",
"inferno": "^7.0.4",
"jest": "^22.4.4",
"jest-enzyme": "^6.0.2",
"jscodeshift": "^0.5.0",
"npm-run-all": "^4.1.3",
"nwb": "^0.23.0",
"prettier": "^1.15.3",
"prettier-eslint": "^8.8.2",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-hot-loader": "^4.6.3",
"watch": "^1.0.2",
"webpack": "^4.28.1",
"@vtex/styleguide": "^9.72.4"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": "",
"keywords": [
"react-component"
]
}