Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a5fa5cc915190fa33eb564c3cb0a1f583c0c441 (plain)
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
{
  "name": "mat",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "npm-run-all -p watch:*",
    "build:sass": "node-sass --importer node_modules/node-sass-globbing/index.js ./source/sass/application.scss static/css/application.css --output-style compressed",
    "build:js": "rollup -c -m",
    "build": "npm-run-all build:*",
    "watch:sass": "watch 'npm run build:sass' ./source/stylesheet/",
    "watch:js": "watch 'npm run build:js' ./source/javascript/",
    "eslint": "./node_modules/.bin/eslint source/javascript/**/*.js",
    "safetyupdate": "echo '{}' > safety-update.config.json && npx npm-safety-updater major"
  },
  "author": "Daisuke KONISHI",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0-beta.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "node-sass": "^4.14.1",
    "node-sass-globbing": "0.0.23",
    "npm-run-all": "^4.1.5",
    "rollup": "^1.32.1",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-uglify": "^3.0.0",
    "watch": "^1.0.2"
  }
}