-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 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
86
{
"name": "rma-react-animation",
"version": "0.0.1",
"description": "RMA React Animation",
"private": true,
"main": "./app.js",
"scripts": {
"start": "NODE_ENV=production && node app",
"build": "gulp",
"dev": "npm run build",
"eslint": "eslint ./client/app ./client/src"
},
"author": {
"name": "jonathan Perry from Sequence Media Limited",
"email": "[email protected]",
"url": "http://sequencemedia.net"
},
"license": "UNLICENSED",
"dependencies": {
"animation-frame": "^0.3.0",
"boom": "^3.2.2",
"d3": "^3.5.17",
"jsdom": "^9.4.1",
"d3-array": "^0.8.1",
"d3-scale": "^0.9.3",
"d3-shape": "^0.7.1",
"d3-time-format": "^0.4.0",
"good": "^7.0.1",
"good-console": "^6.1.2",
"good-squeeze": "^4.0.0",
"gulp-develop-server": "^0.5.2",
"hapi": "^13.5.0",
"hapi-hogan": "^1.0.2",
"history": "^3.0.0",
"http-proxy": "^1.14.0",
"http-request": "^0.7.0",
"inert": "^4.0.1",
"lodash.merge": "^4.0.1",
"nconf": "^0.8.4",
"popmotion": "^5.0.15",
"radium": "^0.17.1",
"react": "^15.2.1",
"react-dom": "^15.2.0",
"react-easy-chart": "^0.1.4",
"react-faux-dom": "^2.5.0",
"react-router": "^2.5.2",
"react-routes-renderer": "^1.1.1",
"react-motion": "^0.4.4",
"velocity-animate": "^1.2.3",
"velocity-react": "^1.1.5",
"vision": "^4.0.1",
"webpack": "^1.13.1"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.9.1",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.3.13",
"babel-register": "^6.9.0",
"babel-runtime": "^6.9.2",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^1.3.2",
"gulp": "^3.8.11",
"gulp-clean": "^0.3.2",
"gulp-develop-server": "^0.5.1",
"gulp-jshint": "^2.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-uglifycss": "^1.0.5",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"standard": "^7.1.2",
"webpack": "^1.12.13",
"webpack-stream": "^3.2.0"
}
}