-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
133 lines (133 loc) · 4.6 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
{
"name": "@lodgify/ui",
"version": "1.88.0",
"description": "React components for building amazing websites with Lodgify",
"main": "lib/index.js",
"config": {
"jest_config": "tools/jest/jest.config.js",
"less_build_config": "tools/webpack/less.build.config.js",
"less_build_orphan": "lib/styles/orphan.js",
"styleguide_config": "styleguide/config",
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"files": [
"lib"
],
"release": {
"extends": "./tools/semantic-release/release.config.js"
},
"size-limit": [
{
"limit": "265 KB",
"path": "lib/index.js"
}
],
"scripts": {
"build": "npm-run-all -p build:less build:js -s rm:build-orphan",
"build:less": "webpack --config $npm_package_config_less_build_config",
"build:js": "BABEL_ENV=production babel src/ -d lib/",
"commit": "git-cz",
"install:peers": "npm install react@^16.3.2 react-dom@^16.3.2 moment@^2.18.1 --no-save",
"lint": "run-p lint:js lint:less",
"lint:js": "eslint . --ext .js,.jsx",
"lint:js:debug": "npm run lint:js -- --debug",
"lint:js:fix": "npm run lint:js -- --fix",
"lint:less": "stylelint \"src/styles/semantic/themes/**/*.(overrides|variables)\" --syntax less",
"lint:less:fix": "npm run lint:less -- --fix",
"pre-commit": "run-p lint test build styleguide:build",
"rm:build-orphan": "rm $npm_package_config_less_build_orphan",
"size": "size-limit",
"start": "run-p test:watch styleguide:dev-server",
"styleguide:build": "styleguidist build --config $npm_package_config_styleguide_config",
"styleguide:dev-server": "styleguidist server --config $npm_package_config_styleguide_config",
"test": "jest --coverage --config $npm_package_config_jest_config",
"test:ci": "npm run test -- --runInBand",
"test:no-cache": "npm run test -- --no-cache",
"test:watch": "jest --config $npm_package_config_jest_config --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lodgify/lodgify-ui.git"
},
"author": "Lodgify",
"license": "MIT",
"bugs": {
"url": "https://github.com/lodgify/lodgify-ui/issues"
},
"homepage": "https://lodgify.github.io/lodgify-ui/",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@lodgify/enzyme-jest-expect-helpers": "0.0.1",
"@lodgify/eslint-config": "^2.0.0",
"@semantic-release/changelog": "^2.0.2",
"@semantic-release/git": "^5.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-semantic-ui-react-transform-imports": "^1.3.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.19",
"commitizen": "^2.9.6",
"css-loader": "^0.28.10",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.6.0",
"eslint-import-resolver-babel-module": "^5.0.0-beta.1",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsdoc": "^3.8.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^1.1.9",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.5.0",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"mockdate": "^2.0.2",
"npm-run-all": "^4.1.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prettier": "^1.12.1",
"react-moment-proptypes": "^1.6.0",
"react-styleguidist": "^7.1.0",
"react-transition-group": "^2.3.1",
"semantic-release": "^15.4.0",
"size-limit": "^0.20.1",
"style-loader": "^0.20.2",
"stylelint": "^9.7.0",
"stylelint-config-standard": "^18.2.0",
"webpack": "^4.19.0",
"webpack-cli": "^3.0.0"
},
"dependencies": {
"dompurify": "^1.0.3",
"is-html": "^1.1.0",
"is-url": "^1.2.4",
"libphonenumber-js": "^1.1.9",
"lodash": "^4.17.5",
"react-dates": "^17.0.0",
"react-google-maps": "^9.4.5",
"react-image-gallery": "^0.8.7",
"react-player": "^1.4.0",
"recompose": "^0.26.0",
"semantic-ui-less": "^2.3.1",
"semantic-ui-react": "^0.79.1"
},
"peerDependencies": {
"moment": "^2.18.1",
"react": ">=0.14.0 <= 16",
"react-dom": ">=0.14.0 <= 16"
}
}