summaryrefslogtreecommitdiff
path: root/package.json
blob: b254cef425ebbf791cbf35c69539de71eaa141af (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "name": "proof",
  "private": true,
  "scripts": {
    "lint": "yarn lint:js && yarn lint:scss && yarn audit",
    "lint:autofix": "yarn lint:js --fix && yarn lint:scss --fix",
    "lint:js": "eslint app/javascript/",
    "lint:scss": "stylelint -f unix --color app/javascript/styles/*.scss",
    "start": "./bin/webpack-dev-server",
    "test": "NODE_ENV=test karma start",
    "test:watch": "yarn test --no-single-run"
  },
  "dependencies": {
    "@rails/webpacker": "^4.0.0",
    "@stimulus/polyfills": "^1.1.0",
    "bourbon": "^5.1.0",
    "bulma": "^0.7.2",
    "jquery": "^3.5.0",
    "json-loader": "^0.5.7",
    "local-time": "^2.1.0",
    "qrcode": "^1.2.0",
    "rails-ujs": "^5.2.1",
    "stimulus": "^1.1.0",
    "turbolinks": "^5.2.0",
    "validator": "^10.9.0"
  },
  "devDependencies": {
    "@babel/runtime-corejs3": "^7.5.5",
    "@fortawesome/fontawesome-free": "^5.6.1",
    "babel-eslint": "^9.0.0",
    "eslint": "^5.5.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "jasmine": "^3.1.0",
    "jasmine-core": "^3.1.0",
    "karma": "^4.0.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-fixture": "^0.2.6",
    "karma-html2js-preprocessor": "^1.1.0",
    "karma-jasmine": "^1.1.1",
    "karma-jquery": "^0.2.2",
    "karma-json-fixtures-preprocessor": "^0.0.6",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^3.0.0",
    "resolve-url-loader": "^3.0.0",
    "stylelint": "^9.8.0",
    "stylelint-config-standard": "^18.2.0",
    "testdouble": "^3.7.0",
    "testdouble-jasmine": "^0.2.1",
    "virtual-module-webpack-plugin": "^0.4.1",
    "webpack-dev-server": "^3.1.11",
    "yaml-js": "^0.2.3"
  }
}