-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "static-site",
"private": true,
"version": "0.0.0",
"description": "percolatestudio.com",
"author": "Zoltan Olah <zol@percolatestudio.com>",
"dependencies": {
"autosize": "jackmoore/autosize#d8bf2a3f40f5d188a899c87a7e982d2d4de48e70",
"express": "^4.3.2",
"fastclick": "^1.0.6",
"jquery": "^2.1.3",
"lodash": "^3.3.1",
"node-jsx": "^0.12.0",
"picturefill": "^2.2.1",
"react": "^0.12.0",
"react-router": "^0.12.4",
"sitemap": "^0.7.4",
"contact-form": "percolatestudio/contact-form"
},
"devDependencies": {
"css-loader": "^0.9.1",
"eslint": "^0.21.1",
"eslint-plugin-react": "^2.3.0",
"extract-text-webpack-plugin": "^0.3.8",
"grunt": "^0.4.5",
"grunt-aws": "^0.4.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-eslint": "^13.0.0",
"grunt-execute": "^0.2.2",
"grunt-nodemon": "^0.3.0",
"grunt-npm-install": "^0.2.0",
"grunt-webpack": "^1.0.8",
"jsx-loader": "^0.12.0",
"less-loader": "^2.0.0",
"mkdirp": "^0.5.0",
"nodemon": "^1.2.1",
"style-loader": "^0.8.3",
"webpack": "^1.4.12",
"webpack-dev-server": "^1.6.5"
}
}