OSDN Git Service

Regular updates
[twpd/master.git] / package.json
1 {
2   "name": "cheatsheets",
3   "version": "1.0.0",
4   "main": "index.js",
5   "repository": "https://github.com/rstacruz/cheatsheets.git",
6   "author": "Rico Sta. Cruz <rstacruz@users.noreply.github.com>",
7   "license": "MIT",
8   "devDependencies": {
9     "babel-core": "6.26.0",
10     "babel-eslint": "8.0.1",
11     "babel-jest": "21.2.0",
12     "babel-loader": "7.1.2",
13     "babel-preset-env": "1.6.0",
14     "concurrently": "3.5.0",
15     "css-loader": "0.28.7",
16     "eslint-plugin-flowtype": "2.37.0",
17     "jest": "21.2.1",
18     "jest-html": "1.3.5",
19     "npm-run-all": "4.1.1",
20     "standard": "10.0.3",
21     "style-loader": "0.18.2",
22     "uglifyjs-webpack-plugin": "0.4.6",
23     "webpack": "3.6.0"
24   },
25   "scripts": {
26     "critical": "make critical",
27     "dev": "make dev",
28     "test": "jest",
29     "test:all": "run-s test lint",
30     "lint": "standard -v",
31     "jest-html": "jest-html"
32   },
33   "dependencies": {
34     "babel-polyfill": "6.26.0",
35     "critical": "0.9.1",
36     "dom101": "2.2.1",
37     "hint.css": "2.5.0",
38     "isotope-layout": "3.0.4",
39     "jquery": "3.2.1",
40     "onmount": "1.3.0",
41     "prettier": "1.11.1",
42     "prismjs": "1.8.1",
43     "sanitize.css": "5.0.0"
44   },
45   "standard": {
46     "parser": "babel-eslint",
47     "ignore": [
48       "assets/script.js"
49     ],
50     "plugins": [
51       "flowtype"
52     ]
53   },
54   "jest": {
55     "snapshotSerializers": [
56       " <rootDir>/node_modules/jest-html"
57     ]
58   }
59 }