-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.85 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
{
"name": "www-chevalvert",
"version": "0.2.44",
"description": "chevalvert website",
"scripts": {
"stats": "node scripts/check-preprocessor.js && cross-env NODE_ENV=production webpack -p --config webpack.config.prod.js --profile --json > stats.json && echo \"→ Stats.json created\" && echo \"→ Drop your file to https://chrisbateman.github.io/webpack-visualizer/\"",
"start": "node scripts/check-preprocessor.js && cross-env NODE_ENV=development node scripts/webpack-serve.js",
"build": "node scripts/check-preprocessor.js && cross-env NODE_ENV=production node scripts/webpack-build.js",
"build:preprod": "cross-env APP_ENV=preprod npm run build",
"lint": "npm run lint:js",
"lint:js": "eslint --ext .js ./config ./scripts ./src --cache",
"test": "npm run lint",
"kirby:update": "node scripts/kirby-update.js",
"kirby:ls": "node scripts/kirby-ls.js",
"kirby:add": "node scripts/kirby-add.js",
"kirby:remove": "node scripts/kirby-remove.js",
"preversion": "npm run build && git add -A",
"postversion": "git ftp push && git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+git@github.com:chevalvert/www-chevalvert.git"
},
"bugs": {
"url": "https://github.com/chevalvert/www-chevalvert/issues"
},
"homepage": "https://github.com/chevalvert/www-chevalvert#readme",
"keywords": [],
"author": "Arnaud Juracek",
"license": "MIT",
"devDependencies": {
"@pqml/node-php-server": "^0.4.0",
"autoprefixer": "^9.0.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.23.6",
"cross-env": "^5.1.4",
"css-loader": "^1.0.0",
"cssnano": "^4.0.5",
"eslint": "^5.2.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"fs-extra": "^7.0.0",
"github-download": "^0.5.0",
"kool-shell": "^2.1.0",
"node-sass": "^4.9.3",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.11.0",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"tail": "^1.2.3",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.5.0",
"webpack-dev-middleware": "^3.1.2",
"webpack-hot-middleware": "^2.21.2",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"@vimeo/player": "^2.6.6",
"barba.js": "^1.0.0",
"bowser": "^2.4.0",
"fast-random": "^2.0.4",
"intersection-observer": "^0.7.0",
"lozad": "^1.7.0",
"missing-math": "^2.0.1",
"nanohtml": "^1.4.0",
"nodelist-foreach": "^1.0.1",
"tiny-throttle": "^1.0.1"
},
"private": true
}