mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-21 20:12:20 +01:00
42 lines
880 B
JSON
42 lines
880 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"autoprefixer-core": "^6.0.1",
|
|
"cssnano": "^3.6.2",
|
|
"grunt": "^1.0.1",
|
|
"grunt-concurrent": "^2.3.0",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-htmlmin": "^1.4.0",
|
|
"grunt-contrib-imagemin": "^1.0.1",
|
|
"grunt-contrib-uglify": "^1.0.1",
|
|
"grunt-eslint": "^18.1.0",
|
|
"grunt-newer": "^1.1.0",
|
|
"grunt-postcss": "^0.8.0",
|
|
"grunt-sass": "^1.0.0",
|
|
"grunt-string-replace": "^1.2.0",
|
|
"grunt-svgmin": "^3.2.0",
|
|
"grunt-wiredep": "^3.0.1",
|
|
"jit-grunt": "^0.10.0",
|
|
"time-grunt": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"eslintConfig": {
|
|
"env": {
|
|
"node": true,
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"quotes": [
|
|
2,
|
|
"single"
|
|
]
|
|
}
|
|
}
|
|
}
|