-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 930 Bytes
/
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
{
"name": "fluent-frp",
"version": "0.0.1",
"description": "FRP examples for Fluent 2016 talk",
"dependencies": {
"bourbon": "^4.2.6",
"jquery": "^2.1.4",
"marbelous": "^1.0.5",
"node-bourbon": "^4.2.3",
"node-neat": "^1.7.2",
"node-sass": "^3.4.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"rxjs": "^5.0.0-beta.2"
},
"devDependencies": {
"babel-core": "^6.0.15",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.5.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.1.0",
"grunt-webpack": "^1.0.11",
"load-grunt-tasks": "^3.3.0",
"sass-loader": "^3.1.1",
"underscore": "^1.8.3",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"author": "Pete Hodgson",
"license": "Apache 2.0"
}