forked from planetoftheweb/reactinterface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.41 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.41 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
{
"name": "reatInterface",
"version": "0.0.1",
"description": "Project for Building an Interface with React Course on Lynda.com() => ES6 Port",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --progress --watch-poll",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/geobas/reactinterface"
},
"author": "Geo Bas",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"lodash": "^4.15.0",
"open-browser-webpack-plugin": "0.0.5",
"json-loader": "^0.5.4",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.5.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "~1.0.1",
"karma-cli": "1.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.4",
"phantom": "^4.0.5",
"es6-shim": "^0.35.3",
"karma-es6-shim": "^1.0.0",
"mocha": "^3.4.2",
"chai": "^4.1.0",
"enzyme": "^2.9.1",
"chai-enzyme": "^0.8.0",
"react-test-renderer": "^15.6.1",
"sinon": "^2.4.1",
"sinon-chai": "^2.12.0",
"jquery": "~1.11.1"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"react-redux": "^5.0.4",
"isomorphic-fetch": "^2.2.1"
}
}