-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "ltd-404",
"version": "1.0.0",
"description": "404 status page for LSST the Docs.",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint app.js",
"pretty": "pretty-quick",
"precommit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lsst-sqre/ltd-404.git"
},
"author": "Association of Universities for Research in Astronomy",
"license": "MIT",
"bugs": {
"url": "https://github.com/lsst-sqre/ltd-404/issues"
},
"homepage": "https://github.com/lsst-sqre/ltd-404#readme",
"devDependencies": {
"autoprefixer": "^8.4.1",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.24.4",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.4",
"gulp-inline-source": "^3.1.0",
"gulp-postcss": "^7.0.1",
"gulp-run": "^1.7.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"husky": "^0.14.3",
"minimist": "^1.2.0",
"prettier": "^1.12.1",
"pretty-quick": "^1.4.1",
"run-sequence": "^2.2.1",
"webpack": "^4.8.2",
"webpack-cli": "^2.1.3"
}
}