-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.32 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
{
"name": "react-dataloader",
"version": "1.1.0",
"description": "It loads the data.",
"main": "./dist/dataloader.min.js",
"scripts": {
"test": "mocha --compilers js:mocha-traceur",
"start": "gulp dev",
"build": "gulp"
},
"author": "Me",
"license": "ISC",
"dependencies": {
"fs": "0.0.2",
"immutable": "",
"lokijs": "^1.2.5",
"moment": "^2.10.6",
"react-router": "^0.13.3",
"reqwest": "^1.1.5",
"uuid": "^2.0.1"
},
"peerDependencies": {
"react": "^0.13",
"q": "^1.2.0",
"reflux": "^0.2.6",
"underscore": "^1.7.0"
},
"devDependencies": {
"babel-core": "^5.3.1",
"babel-loader": "^5.0.0",
"browser-sync": "^2.6.4",
"dotenv": "^1.2.0",
"express": "^4.12.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cached": "^1.0.4",
"gulp-minify-css": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-webpack": "^1.3.1",
"json-loader": "^0.5.1",
"jsx-loader": "^0.12.2",
"mocha": "*",
"mocha-traceur": "^2.1.0",
"q": "^1.2.0",
"react-hot-loader": "^1.2.5",
"reflux": "^0.2.6",
"underscore": "^1.7.0",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.8.2"
},
"jshintConfig": {
"esnext": true,
"expr": true,
"node": true
}
}