-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
103 lines (103 loc) · 3.11 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
{
"name": "goldfish-search",
"version": "1.4.0",
"description": "A SharePoint 2013 inline People Search component",
"author": "Kevin Beckett (http://sharepointcookies.com), beckettkev",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/beckettkev/Goldfish.git"
},
"keywords": [
"react",
"SPO",
"sharepoint",
"2013",
"search",
"people",
"office365",
"app"
],
"devDependencies": {
"assets-webpack-plugin": "^3.4.0",
"babel": "^6.3.26",
"babel-core": "^6.3.1",
"babel-eslint": "^4.1.5",
"babel-loader": "^6.0.1",
"babel-plugin-react-transform": "^1.1.1",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-polyfill": "^6.7.3",
"babel-preset-airbnb": "^1.0.1",
"babel-preset-es2015": "^6.1.4",
"babel-preset-react": "^6.1.4",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.1",
"babelify": "^7.2.0",
"chai": "^3.5.0",
"classnames": "^2.2.1",
"clean-webpack-plugin": "^0.1.9",
"cross-env": "^1.0.1",
"css-loader": "^0.23.1",
"enzyme": "^1.2.0",
"eslint": ">=4.18.2",
"eslint-config-airbnb": "^0.1.1",
"eslint-plugin-react": "^2.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"jsdom": "^8.3.0",
"karma": "^0.13.19",
"lodash": "^4.17.13",
"minimist": "^1.2.0",
"mocha": "^2.4.5",
"node-sass": "3.4.2",
"normalize.css": "^3.0.3",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.4",
"react-addons-test-utils": "^0.14.8",
"react-autowhatever": "^3.1.0",
"react-css-modules": "^3.7.0",
"react-dom": "^0.14.3",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.1",
"react-testutils-additions": "^0.2.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.1.1",
"redux-devtools": "^2.1.5",
"sass-loader": "^3.0.0",
"sinon": "^1.17.3",
"style-loader": "^0.13.0",
"toolbox-loader": "0.0.3",
"watchify": "^3.7.0",
"webpack": "^1.12.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-dev-server": "^1.8.2",
"webpack-hot-middleware": "^2.4.1",
"yargs": "^4.6.0"
},
"dependencies": {
"autosuggest-highlight": "^2.1.1",
"cache-funk": "^0.1.2",
"es6-promise": "^3.0.2",
"flux": "^2.1.1",
"keymirror": "^0.1.1",
"object-assign": "^4.0.1",
"react": "^0.14.3",
"react-addons-css-transition-group": "^0.14.6",
"react-select": "^0.9.1",
"react-sortable-component": "^0.3.0",
"react-waypoint": "^2.0.2",
"redux": "^3.5.2"
},
"scripts": {
"start": "node server.js --colors",
"build": "cross-env NODE_ENV=production UV_THREADPOOL_SIZE=100 webpack --config ./webpack.config",
"chunk": "cross-env NODE_ENV=production UV_THREADPOOL_SIZE=100 webpack --config ./webpack.chunk.config",
"lint": ".\\node_modules\\.bin\\eslint src/index.js --ext .jsx --ext .js",
"test": "karma start karma.config.js",
"test:watch": "karma start"
},
"bugs": {
"url": "https://github.com/BeckettKev/Goldfish/issues"
},
"homepage": "https://github.com/BeckettKev/Goldfish"
}