forked from antonycourtney/tabli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
{
"name": "tabli",
"version": "0.8.8",
"repository": {
"type": "git",
"url": "https://github.com/antonycourtney/tabli.git"
},
"license": "MIT",
"dependencies": {
"babel-core": "^6.4.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"events": "^1.1.0",
"font-awesome": "^4.5.0",
"immutable": "^3.7.6",
"jquery": "^2.2.0",
"lodash": "^3.10.1",
"object-assign": "^4.0.1",
"oneref": "^0.1.3",
"react": "^0.14.6",
"react-dom": "^0.14.6"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.0",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.1",
"difflet": "^1.0.1",
"ekko-lightbox": "^4.0.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "3.1.0",
"eslint-plugin-react": "^3.15.0",
"gulp": "^3.9.0",
"gulp-build-branch": "^0.1.4",
"gulp-clean": "^0.3.1",
"gulp-html-tag-include": "^1.0.1",
"gulp-react": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-subtree": "^0.1.0",
"gulp-util": "^3.0.7",
"jsdom": "^7.2.2",
"json-loader": "^0.5.4",
"react-addons-perf": "^0.14.6",
"react-addons-pure-render-mixin": "^0.14.6",
"react-addons-test-utils": "^0.14.6",
"sinon": "^1.17.2",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"webpack": "^1.12.11"
},
"scripts": {
"lint": "eslint .",
"test": "babel-node --presets es2015,react ./test/runAllTests.js | tap-spec"
}
}