-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.3 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
{
"name": "Konbini",
"version": "1.0.0",
"description": "Japanese Language Learning Directory",
"main": "src/index.js",
"private": true,
"scripts": {
"test": "karma start test/karma.config.js --single-run",
"tdd": "karma start test/karma.config.js",
"dev": "node dev-server.js",
"lint": "eslint --ext .js *.js src/ test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JamieCrisman/konbini.git"
},
"author": "James Crisman",
"license": "MIT",
"homepage": "http://konbini.io",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"browser-sync": "^2.9.3",
"chai": "^3.2.0",
"css-loader": "^0.20.2",
"eslint": "^1.3.1",
"eslint-plugin-react": "^3.5.1",
"exports-loader": "^0.6.2",
"file-loader": "^0.8.4",
"imports-loader": "^0.6.5",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-sauce-launcher": "^0.2.14",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"lodash": "^3.10.1",
"mocha": "^2.3.2",
"node-sass": "^3.3.3",
"react-test-tree": "^0.3.1",
"sass-loader": "^3.0.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6"
},
"dependencies": {
"babel-core": "^5.8.34",
"babel-loader": "^5.4.0",
"bootstrap": "^3.3.6",
"classnames": "^2.2.1",
"connect-history-api-fallback": "^1.1.0",
"deep-equal": "^1.0.1",
"history": "^1.13.1",
"html-webpack-plugin": "^1.7.0",
"karma": "^0.13.15",
"material-ui": "^0.13.4",
"materialize-css": "^0.97.3",
"moment": "^2.10.6",
"normalizr": "^1.4.0",
"qs": "^5.2.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-hot-loader": "^1.3.0",
"react-material-icons": "^1.0.1",
"react-nouislider": "^1.6.0",
"react-redux": "^3.0.0",
"react-router": "^1.0.2",
"react-spinner": "^0.2.3",
"react-tap-event-plugin": "^0.2.1",
"react-test-tree": "^1.0.0",
"redux": "^3.0.4",
"redux-devtools": "^2.1.0",
"redux-logger": "^2.2.1",
"redux-router": "^1.0.0-beta5",
"redux-thunk": "^1.0.0",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0",
"whatwg-fetch": "^0.10.1"
}
}