forked from ddf-project/vddf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.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
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
84
85
{
"name": "visual-ddf",
"version": "0.5",
"description": "",
"main": "./lib",
"scripts": {
"build": "sh scripts/build.sh",
"test": "NODE_PATH=./test_node_modules mocha --compilers js:./test_node_modules/compiler.js 'src/**/*-test.js'",
"test:watch": "npm run test -- -w -R dot"
},
"author": "",
"license": "ISC",
"devDependencies": {
"assertion-error": "^1.0.1",
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.6.0",
"babel-core": "^6.6.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-decorators": "^6.4.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.4.1",
"chunk-manifest-webpack-plugin": "0.0.1",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^1.7.0",
"jsdom": "^7.2.2",
"mocha": "^2.3.4",
"mochawait": "^2.0.1",
"mock-knex": "^0.3.0",
"nodemon": "^1.8.1",
"postcss-cssnext": "^2.5.1",
"postcss-loader": "^0.8.2",
"require-subvert": "^0.1.0",
"sinon": "^1.17.2",
"source-map-support": "^0.4.0",
"sqlite3": "^3.1.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.10",
"webpack-dev-server": "^1.14.0",
"webpack-manifest-plugin": "^0.5.0"
},
"dependencies": {
"babel-polyfill": "^6.3.14",
"babyparse": "^0.4.3",
"brace": "^0.7.0",
"bundle-loader": "^0.5.4",
"clusterize.js": "^0.15.0",
"eventemitter3": "^1.1.1",
"flexboxgrid": "^6.3.0",
"fs-promise": "^0.3.1",
"fuzzysearch": "^1.0.3",
"immutable": "^3.7.6",
"jquery": "^2.2.0",
"knex": "^0.9.0",
"koa": "^1.1.2",
"koa-body-parser": "^1.1.2",
"koa-router": "^5.3.0",
"koa-static": "^2.0.0",
"lodash": "^3.10.1",
"material-ui": "0.13.4",
"papaparse": "^4.1.2",
"phantomjs-prebuilt": "^2.1.4",
"react": "^0.14.6",
"react-ace": "^3.1.0",
"react-addons-css-transition-group": "^0.14.7",
"react-addons-update": "^0.14.7",
"react-data-grid": "^0.14.8",
"react-dom": "^0.14.6",
"react-dropzone": "^3.3.2",
"react-hot-loader": "^1.3.0",
"react-tap-event-plugin": "^0.2.2",
"react-tooltip": "^1.1.4",
"request-promise": "^2.0.0",
"slackbots": "^0.5.1",
"swig": "^1.4.2",
"underscore": "^1.8.3",
"uuid": "^2.0.1",
"whatwg-fetch": "^0.11.0"
}
}