forked from peterKaleta/react-token-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.14 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.14 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
{
"name": "react-token-autocomplete",
"version": "0.5.3",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "make lint && make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peterKaleta/react-token-autocomplete.git"
},
"author": "mail@peterkaleta.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/peterKaleta/react-token-autocomplete/issues"
},
"homepage": "https://github.com/peterKaleta/react-token-autocomplete#readme",
"dependencies": {
"immutable": "^3.7.5",
"lodash": "^3.10.1",
"peters-toolbelt": "^0.3.9",
"radium": "^0.13.8",
"react": "^0.13.3",
"underscore.string": "^3.2.1"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.1",
"babel-loader": "^5.3.2",
"babel-plugin-rewire": "0.1.21",
"babel-runtime": "^5.8.20",
"chai": "^3.2.0",
"codecov.io": "^0.1.6",
"component-playground": "^0.1.1",
"css-loader": "^0.17.0",
"cz-conventional-changelog": "^1.1.2",
"eslint": "^1.3.1",
"eslint-plugin-react": "^3.3.1",
"exports-loader": "^0.6.2",
"html-webpack-plugin": "^1.6.1",
"image-webpack-loader": "^1.6.1",
"inert": "^3.0.1",
"isparta": "^3.0.4",
"isparta-loader": "^0.2.0",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-coverage": "^0.5.1",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs2-launcher": "^0.3.2",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"l": "0.0.1",
"mocha": "^2.3.0",
"mocha-babel": "^3.0.0",
"path": "^0.11.14",
"raw-loader": "^0.5.1",
"react-hot-loader": "^1.3.0",
"rewire": "^2.3.4",
"rewire-webpack": "^1.0.0",
"sass": "^0.5.0",
"sass-loader": "^2.0.1",
"script-loader": "^0.6.1",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.10.1"
}
}