-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.7 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
{
"name": "Simone-Palma-Resume",
"version": "1.0.0",
"description": "A simple resume of my experience",
"main": "app.js",
"author": "Simone Palma",
"contributors": "Simone Palma",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/simopalma/cv-site"
},
"keywords": [
"react",
"flux",
"grunt",
"bower",
"babel",
"less",
"eslint"
],
"scripts": {
"test": "grunt test",
"start": "http-server ./public -f /index.html",
"build": "grunt test build",
"deploy": "grunt test build deploy"
},
"engines": {
"node": "6.9.4"
},
"dependencies": {
"classname": "0.0.0",
"flux": "^3.1.0",
"http-server": "github:skleeschulte/http-server",
"moment": "^2.20.1",
"react": "^15.5.3",
"react-dom": "^15.5.3",
"react-router-dom": "^4.2.2",
"rest": "^2.0.0",
"underscore": "*"
},
"devDependencies": {
"http-server": "^0.9.0",
"grunt": "^1.0.1",
"load-grunt-config": "^0.19.2",
"time-grunt": "^1.4.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-gh-pages": "^2.0.0",
"grunt-eslint": "^19.0.0",
"babel-eslint": "^7.1.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"grunt-gh-pages": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-string-replace": "^1.3.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"grunt-webpack": "^1.0.18",
"babel-loader": "^6.2.8",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0"
}
}