-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.6 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "geraudhenrion.io",
"version": "0.0.0",
"description": "Géraud Henrion's portfolio",
"scripts": {
"start": "npm run static && node ./.scripts/watchSitemap.js & webpack-dev-server --env development --hot",
"build": "npm run static && webpack --env production",
"static": "rimraf ./dist/ && node ./.scripts/renderStaticPages && cp ./.scripts/temp/styles.css ./dist/",
"analyze": "webpack --env production --json | webpack-bundle-size-analyzer",
"deploy": "gh-pages-deploy"
},
"engines": {
"node": ">=4.7"
},
"author": "Géraud Henrion",
"gh-pages-deploy": {
"staticpath": "dist",
"cname": "geraudhenrion.io",
"prep": [
"build"
],
"noprompt": false
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.2.10",
"babel-plugin-ramda": "^1.1.6",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-webpack-alias": "^1.3.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.25.0",
"cycle-restart": "0.0.14",
"eslint": "^6.6.0",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-no-class": "^0.1.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"gh-pages-deploy": "^0.4.2",
"glob-watcher": "^3.0.0",
"image-webpack-loader": "^2.0.0",
"json-loader": "^0.5.4",
"mkdirp": "^0.5.1",
"node-inspector": "^0.12.8",
"nodemon": "^1.9.2",
"performance-now": "^0.2.0",
"postcss-cssnext": "^2.7.0",
"postcss-loader": "^0.8.2",
"progress-bar-webpack-plugin": "^1.9.0",
"proxy-middleware": "^0.15.0",
"rimraf": "^2.5.4",
"static-site-generator-webpack-plugin": "^3.1.0",
"style-loader": "^0.13.1",
"supervisor": "^0.9.1",
"svg-inline-loader": "^0.7.1",
"webpack": "^2.2.0",
"webpack-bundle-size-analyzer": "^2.5.0",
"webpack-dev-server": "^2.2.0"
},
"dependencies": {
"@cycle/dom": "^12.2.5",
"@cycle/history": "^4.0.1",
"@cycle/time": "^0.8.0",
"@cycle/xstream-run": "^3.1.0",
"babel-runtime": "^6.23.0",
"cycle-canvas": "^0.3.0",
"document-register-element": "^1.3.0",
"fs-promise": "^0.5.0",
"glob-promise": "^1.0.6",
"history": "^3.2.1",
"insertion-query": "^1.0.3",
"jsdom": "^9.8.3",
"markdown-string": "^0.2.0",
"minimatch": "^3.0.3",
"normalize.css": "^4.2.0",
"ramda": "^0.22.1",
"seed-random": "^2.2.0",
"snabbdom-virtualize": "^0.6.0",
"xstream": "^8.0.0"
}
}