-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 985 Bytes
/
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
{
"name": "setup",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Strajk/setup.git",
"author": "Strajk <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"build": "node build.js",
"snippets": "yaml2json snippets/*.yml --save --pretty && npm run build"
},
"devDependencies": {
"cp-file": "7.0.0",
"eslint": "6.1.0",
"eslint-config-standard": "13.0.1",
"eslint-config-strajk": "0.0.4",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-node": "9.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-standard": "4.0.0",
"eslint-plugin-vue": "5.2.3",
"globby": "11.0.1",
"jest": "26.4.2",
"lodash": "4.17.15",
"markdown-toc": "1.2.0",
"markdownlint": "0.24.0",
"markdownlint-cli2": "^0.3.2",
"marked": "0.7.0",
"plist": "3.0.1",
"replace-in-file": "4.1.3",
"uuid": "3.3.3",
"yaml": "1.7.2"
}
}