-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.93 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
{
"name": "to-do-list",
"version": "1.0.0",
"description": "Simple to do list with rxJS and React",
"main": "./app/main.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tendrilinc/OE-Admin-Frontend.git"
},
"keywords": [
"to do list"
],
"author": "Laurentiu Ghiur",
"license": "ISC",
"bugs": {
"url": "https://github.com/tendrilinc/OE-Admin-Frontend/issues"
},
"homepage": "https://github.com/tendrilinc/OE-Admin-Frontend#readme",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.3",
"babel-jest": "^11.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-resolver": "0.0.6",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-jest": "^11.0.2",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.8.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^5.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"faker": "^3.1.0",
"file-loader": "^0.8.5",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-load-plugins": "^1.2.2",
"gulp-nodemon": "^2.0.6",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"history": "^2.1.0",
"html-webpack-plugin": "^2.16.0",
"image-webpack-loader": "^1.7.0",
"jest-cli": "^11.0.2",
"ncp": "^2.0.0",
"node-mock-server": "^0.7.4",
"node-sass": "^3.6.0",
"normalize.css": "^4.1.1",
"react": "^15.0.1",
"react-addons-css-transition-group": "^15.0.1",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.3.0",
"react-router": "^2.3.0",
"resolve-url-loader": "^1.4.3",
"restful.js": "^0.9.6",
"rxjs": "^5.0.0-beta.8",
"rxjs-es": "^5.0.0-beta.8",
"sass-loader": "^3.2.0",
"stampit": "^2.1.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}