forked from nordnet/nordnet-ui-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 4.46 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
{
"name": "nordnet-ui-kit",
"version": "0.0.49",
"description": "Nordnets React powered UI kit",
"main": "dist/nordnet-ui-kit.js",
"scripts": {
"clean": "rimraf dist",
"build": "NODE_ENV=production npm-run-all clean webpack:bundle-use-rem webpack:bundle-use-rem:umd webpack:bundle webpack:individual-use-rem webpack:individual",
"webpack:bundle-use-rem": "webpack --type bundle --use-rem --progress --colors --config webpack.config.babel.js",
"webpack:bundle-use-rem:umd": "webpack --type bundle --libraryTarget umd --use-rem --progress --colors --config webpack.config.babel.js",
"webpack:bundle": "webpack --type bundle --progress --colors --config webpack.config.babel.js",
"webpack:individual-use-rem": "webpack --type individual --use-rem --progress --colors --config webpack.config.babel.js",
"webpack:individual": "webpack --type individual --progress --colors --config webpack.config.babel.js",
"test": "mocha-webpack --opts test/mocha.webpack.opts",
"lint": "eslint --ext=.jsx --ext=.js src test",
"prepush": "npm-run-all lint test",
"prepublish": "npm-run-all lint test build",
"postpublish": "npm run clean && git push --follow-tags --no-verify && npm run docs-publish",
"start": "npm run docs-server",
"docs-server": "styleguidist server --colors",
"docs-build": "rimraf documentation/build && styleguidist build",
"predocs-publish": "npm run docs-build",
"docs-publish": "git-directory-deploy --directory ./documentation/dist --branch gh-pages"
},
"keywords": [
"nordnet",
"react",
"ui",
"kit"
],
"author": "Gustaf Zetterlund <gustaf.zetterlund@nordnet.se>",
"repository": "nordnet/nordnet-ui-kit",
"bugs": {
"url": "https://github.com/nordnet/nordnet-ui-kit/issues"
},
"homepage": "https://nordnet.github.io/nordnet-ui-kit",
"license": "MIT",
"peerDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"dependencies": {
"array-equal": "^1.0.0",
"bezier-easing": "^2.0.3",
"chroma-js": "^1.1.1",
"classnames": "^2.2.3",
"color": "^0.11.3",
"d3-interpolate": "^1.0.0",
"date-arithmetic": "^3.1.0",
"lodash.assign": "^4.0.9",
"lodash.camelcase": "^4.1.0",
"lodash.debounce": "^4.0.6",
"lodash.isempty": "^4.4.0",
"lodash.isnumber": "^3.0.3",
"lodash.kebabcase": "^4.0.0",
"lodash.maxby": "^4.4.0",
"lodash.merge": "^4.4.0",
"lodash.minby": "^4.4.0",
"lodash.omit": "^4.5.0",
"lodash.throttle": "^4.1.0",
"lodash.toarray": "^4.3.0",
"react-addons-shallow-compare": "^15.1.0",
"react-date-picker": "^4.0.10",
"react-input-autosize": "^0.6.13",
"react-motion": "^0.4.5",
"react-motion-ui-pack": "^0.10.2",
"react-onclickoutside": "^5.7.1",
"react-prop-types": "^0.3.0",
"react-pure-render": "^1.0.2",
"react-select": "^1.0.0-rc.1",
"react-svg-sprite-icon": "^0.0.11"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.3",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"chai": "^3.5.0",
"chai-enzyme": "^0.4.2",
"css-loader": "^0.23.1",
"cssnano": "^3.5.2",
"enzyme": "^2.0.0",
"eslint": "^2.0.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-config-nordnet": "^1.1.1",
"eslint-plugin-import": "^1.5.0",
"eslint-plugin-jsx-a11y": "^1.0.2",
"eslint-plugin-react": "^5.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"git-directory-deploy": "^1.5.0",
"husky": "^0.11.4",
"jsdom": "^8.4.0",
"minimist": "^1.2.0",
"mocha": "^2.5.3",
"mocha-webpack": "^0.3.1",
"node-sass": "^3.7.0",
"npm-run-all": "^1.8.0",
"null-loader": "^0.1.1",
"postcss-loader": "^0.8.0",
"raw-loader": "^0.5.1",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-addons-css-transition-group": "^15.0.0",
"react-docgen": "^2.11.0",
"react-dom": "^15.0.1",
"react-highcharts": "^8.3.3",
"react-styleguidist": "4.0.0",
"rimraf": "^2.5.1",
"sass-loader": "^3.1.2",
"sass-variable-loader": "^0.0.3",
"source-map-support": "^0.4.0",
"style-loader": "^0.13.1",
"svg-icon-template-loader": "0.0.6",
"svgo-loader": "^1.1.0",
"tojson-loader": "^1.0.3",
"webpack": "^1.13.1",
"webpack-configurator": "^0.3.1",
"webpack-node-externals": "^1.2.0"
}
}