This repository was archived by the owner on Jun 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.67 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 4.67 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
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
134
135
{
"author": "OpusCapita (www.opuscapita.com)",
"name": "@opuscapita/oc-cm-split-button",
"version": "1.0.1",
"private": false,
"license": "MIT",
"description": "OpusCapita OC CM split button",
"main": "lib/umd/oc-cm-split-button.js",
"cjs": "lib/cjs/index.js",
"es": "lib/es/index.js",
"scripts": {
"clean": "rimraf lib",
"build": "npm-run-all clean build:*",
"build:cjs": "cross-env NODE_ENV=production BUILD_ENV=cjs babel src --out-dir lib/cjs --copy-files --source-maps inline",
"build:es": "cross-env NODE_ENV=production BUILD_ENV=es babel src --out-dir lib/es --copy-files --source-maps inline",
"build:umd": "cross-env NODE_ENV=development BUILD_ENV=umd webpack",
"build:umd-min": "cross-env NODE_ENV=production BUILD_ENV=umd webpack",
"build:docs": "cross-env NODE_ENV=production BUILD_ENV=umd webpack --config webpack.docs.config.js",
"build:storybook": "build-storybook",
"watch": "npm-run-all --parallel watch:*",
"watch:cjs": "cross-env NODE_ENV=development BUILD_ENV=cjs babel ./src --out-dir lib/cjs --copy-files --watch",
"watch:es": "cross-env NODE_ENV=development BUILD_ENV=es babel ./src --out-dir lib/es --copy-files --watch",
"watch:umd": "cross-env NODE_ENV=development BUILD_ENV=umd webpack --progress --colors --watch",
"storybook": "start-storybook -p 6006",
"hot": "cross-env NODE_ENV=development BUILD_ENV=hot webpack-dev-server --config webpack.docs.hot.config.js",
"lint": "node_modules/.bin/eslint --ext .jsx,.js src/ src_docs/",
"test": "cross-env NODE_ENV=production BUILD_ENV=test jest --coverage",
"preversion": "npm run lint && npm test",
"version": "npm run build && git add -A lib docs",
"postversion": "git push && git push --tags"
},
"files": [
"/LICENCE",
"/README.md",
"/lib/"
],
"engines": {
"node": ">=6.10.0",
"npm": ">=5.4.0"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less|sass|scss)$": "identity-obj-proxy"
}
},
"peerDependencies": {
"font-awesome": "4",
"prop-types": "15",
"react": "15 || 16",
"react-dom": "15 || 16",
"styled-components": "4"
},
"devDependencies": {
"@storybook/addon-actions": "4.1.4",
"@storybook/addon-knobs": "4.1.4",
"@storybook/addon-links": "4.1.4",
"@storybook/addon-options": "4.1.4",
"@storybook/react": "4.1.4",
"autoprefixer": "9.4.3",
"babel-cli": "6.26.0",
"babel-eslint": "10.0.1",
"babel-loader": "7.1.5",
"babel-plugin-dynamic-import-node": "2.2.0",
"babel-plugin-react-transform": "3.0.0",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-plugin-transform-react-remove-prop-types": "0.4.21",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"babel-register": "6.26.0",
"bootstrap-sass": "3.4.0",
"chai": "4.2.0",
"chai-immutable": "1.6.0",
"clean-webpack-plugin": "1.0.0",
"cross-env": "5.2.0",
"css-loader": "0.28.11",
"enzyme": "3.8.0",
"enzyme-adapter-react-16": "1.7.1",
"eslint": "5.11.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.12.2",
"file-loader": "3.0.1",
"font-awesome": "4.7.0",
"global-jsdom": "4.2.0",
"html-webpack-plugin": "2.30.1",
"identity-obj-proxy": "3.0.0",
"ignore-styles": "5.0.1",
"immutable": "3.8.2",
"jest": "23.6.0",
"jsdom": "13.1.0",
"mocha": "5.2.0",
"node-sass": "4.11.0",
"npm-run-all": "4.1.5",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "2.1.6",
"precss": "4.0.0",
"progress-bar-webpack-plugin": "1.11.0",
"prop-types": "15.6.2",
"raf": "3.4.1",
"react": "16.7.0",
"react-bootstrap": "0.32.4",
"react-dom": "16.7.0",
"react-hot-loader": "4.3.11",
"react-immutable-proptypes": "2.1.0",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-select": "2.2.0",
"react-svg-loader": "2.1.0",
"react-test-renderer": "16.7.0",
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
"sinon": "7.2.2",
"style-loader": "0.23.1",
"styled-components": "4.1.3",
"url-loader": "1.1.2",
"webpack": "3.12.0",
"webpack-dev-server": "2.11.3",
"webpack-merge": "4.1.5",
"webpack-node-externals": "1.7.2",
"webpack-notifier": "1.7.0",
"write-file-webpack-plugin": "4.5.0"
},
"dependencies": {
"@opuscapita/oc-cm-common-layouts": "2.5.3",
"@opuscapita/oc-cm-common-styles": "3.0.0",
"@opuscapita/react-dropdown": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/OpusCapita/oc-cm-split-button.git"
}
}