-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (43 loc) · 1.2 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
{
"name": "react-skeleton",
"version": "0.1.0",
"description": "react skeleton application, mainly grunt configuration",
"repository": {
"type": "git",
"url": "https://github.com/DATA-DOG/react-skeleton.git"
},
"browserify": {
"transform": [
[ "reactify", {"es6": true} ]
]
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-cssmin": "~0.12.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-compress": "~0.12.0",
"grunt-concurrent": "~1.0.0",
"grunt-browserify": "~3.3.0",
"grunt-react": "~0.10.0",
"grunt-remove-logging": "~0.2.0",
"grunt-jsxhint": "~0.5.0",
"load-grunt-tasks": "~1.0.0",
"time-grunt": "~1.0.0",
"browserify": "~7.0.3",
"underscore": "~1.7.0",
"font-awesome": "~4.3.0",
"material-ui": "~0.7.0",
"react-tools": "~0.12.2",
"envify": "~3.2.0",
"reactify": "~0.17.1",
"react-router": "~0.11.6",
"react": "~0.12.2",
"react-tap-event-plugin": "~0.1.3"
}
}