forked from esnet/pond
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"name": "pondjs",
"version": "0.7.2",
"main": "lib/entry",
"description": "A timeseries library build on top of immutable.js",
"homepage": "http://software.es.net/pond",
"scripts": {
"lint": "eslint src website/modules/*.jsx",
"test": "react-scripts test",
"docs": "rm -f /src/website/docs/* && node ./scripts/renderdocs.js",
"build": ". ./scripts/build.sh",
"start-website": "react-scripts start",
"build-website": "echo \"*** Building website\n\" && rm -rf docs && react-scripts build && mv build docs"
},
"pre-commit": [
"build"
],
"license": "BSD-3-Clause-LBNL",
"dependencies": {
"babel-polyfill": "^6.9.1",
"babel-runtime": "^6.5.0",
"immutable": "^3.6.4",
"immutable-devtools": "0.0.4",
"moment": "^2.9.0",
"underscore": "^1.8.2"
},
"devDependencies": {
"anybar-webpack": "^1.2.0",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-eslint": "^6.0.0",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"collect-json": "^1.0.8",
"coveralls": "^2.11.12",
"dmd": "^1.4.2",
"eslint": "^1.10.0",
"eslint-config-esnet": "^0.1.0",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "^3.9.0",
"history": "^2.0.2",
"jsdoc": "^3.4.0",
"jsdoc-to-markdown": "^1.3.4",
"pre-commit": "^1.1.2",
"raw-loader": "^0.5.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-markdown": "^1.0.5",
"react-router": "^2.2.4",
"react-scripts": "0.4.1",
"scroll-behavior": "^0.3.0"
},
"keywords": [
"timeseries",
"immutable"
]
}