-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.33 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
{
"name": "resume",
"version": "0.2.0",
"description": "My resume as an SPA",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/igreulich/resume.git"
},
"keywords": [
"resume",
"job",
"experience",
"react"
],
"author": "Ian Greulich",
"license": "MIT",
"bugs": {
"url": "https://github.com/igreulich/resume/issues"
},
"homepage": "https://github.com/igreulich/resume",
"devDependencies": {
"babel": "^5.8.35",
"babel-core": "^6.5.2",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"browser-sync": "^2.9.1",
"eslint": "^2.2.0",
"eslint-plugin-react": "^4.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^5.3.0",
"gulp-concat-css": "^2.2.0",
"gulp-cssnano": "^2.1.1",
"gulp-gh-pages": "^0.5.2",
"gulp-less": "^3.0.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gzip-size": "^3.0.0",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-npm-import": "^2.1.0",
"pretty-bytes": "^3.0.1",
"webpack": "^1.12.14"
},
"dependencies": {
"purecss": "^0.6.0",
"react": "^0.14.7",
"react-dom": "^0.14.7"
}
}