forked from putaindecode/putaindecode.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.78 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.78 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "putaindecode.fr",
"version": "0.0.0",
"license": "MIT",
"authors": "https://github.com/putaindecode/putaindecode.fr/graphs/contributors",
"homepage": "http://putaindecode.fr",
"repositoryHttpUrl": "http://github.com/putaindecode/putaindecode.fr",
"repository": {
"type": "git",
"url": "https://github.com/putaindecode/putaindecode.fr.git"
},
"bugs": {
"url": "https://github.com/putaindecode/putaindecode.fr/issues"
},
"dependencies": {
"cssrecipes-custom-media-queries": "^0.3.0",
"cssrecipes-defaults": "^0.5.0",
"cssrecipes-grid": "^0.4.0",
"cssrecipes-tooltip": "^0.5.0",
"cssrecipes-utils": "^0.5.0",
"cssrecipes-vertical-rhythm": "^0.6.0",
"normalize.css": "^3.0.3"
},
"devDependencies": {
"async": "^0.9.0",
"babel": "^5.5.6",
"babel-core": "^5.5.6",
"babel-eslint": "^3.1.15",
"babel-loader": "^5.0.0",
"babel-tape-runner": "^1.1.0",
"chalk": "^1.0.0",
"classnames": "^1.2.0",
"copy-with-content-hash": "^1.1.0",
"css-loader": "^0.12.1",
"cssnext": "^1.2.3",
"cssnext-loader": "^1.0.1",
"eslint": "^0.21.0",
"eslint-friendly-formatter": "^1.0.7",
"eslint-loader": "^0.11.2",
"eslint-plugin-react": "^2.3.0",
"extract-text-webpack-plugin": "^0.8.0",
"file-loader": "^0.8.1",
"github": "^0.2.3",
"glob": "^5.0.5",
"highlight.js": "^8.5.0",
"js-yaml": "^3.2.7",
"jsdom": "^5.4.1",
"marked": "^0.3.3",
"metalsmith": "^2.0.1",
"metalsmith-collections": "^0.7.0",
"metalsmith-filenames": "^1.0.0",
"metalsmith-md": "^1.1.1",
"metalsmith-react": "^1.1.0",
"metalsmith-rename": "^1.0.0",
"metalsmith-rss": "^1.0.0",
"metalsmith-url": "^1.0.0",
"metalsmith-watch": "^1.0.0",
"mkdirp": "^0.5.0",
"multimatch": "^2.0.0",
"nano-logger": "^1.0.0",
"opn": "^1.0.1",
"promise": "^7.0.0",
"react": "^0.13.1",
"rimraf": "^2.3.2",
"rss": "^1.1.1",
"style-loader": "^0.12.2",
"tape": "^4.0.0",
"tape-catch": "^1.0.4",
"testem": "^0.8.3",
"tiny-lr": "^0.1.5",
"unyield": "0.0.1",
"webpack": "^1.8.9",
"webpack-dev-server": "^1.8.2",
"webpack-nano-logs": "^1.0.0"
},
"scripts": {
"lint": "eslint -f node_modules/eslint-friendly-formatter/index.js .",
"build": "babel-node scripts/build",
"start": "npm run build -- --dev-server --open",
"tape": "babel-tape-runner 'scripts/**/__tests__/*'",
"#testem": "run all tests in all available browsers",
"testem": "testem ci -f scripts/__tests__.testem.yml",
"test": "npm run lint && npm run tape && npm run build -- --production && npm run testem",
"_deploy": "GH_OWNER=putaindecode GH_PROJECT_NAME=putaindecode.fr ./scripts/deploy-to-gh-pages.sh -v",
"deploy": "npm test && npm run _deploy"
}
}