-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.44 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "@DecentM/dotfiles",
"version": "1.0.0",
"main": "package.json",
"author": "DecentM",
"license": "MIT",
"scripts": {
"postmerge": "yarn --silent --frozen-lockfile --non-interactive --production=false",
"postcommit": "yarn --silent --frozen-lockfile --non-interactive --production=false",
"predeploy": "rm -rf dist && nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"devDependencies": {
"axios": "^0.18.0",
"babel-eslint": "^8.2.2",
"css-reset-and-normalize-sass": "^0.1.2",
"cssgrace": "^3.0.0",
"eslint": "^4.18.2",
"eslint-config-nodesecurity": "^1.3.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-async": "^0.1.1",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^3.0.1",
"husky": "^0.14.3",
"node-sass": "^4.8.3",
"nuxt": "^1.4.0",
"nuxt-matomo": "^0.5.0",
"postcss-ellipsis": "^1.0.0",
"postcss-flexibility": "^2.0.0",
"postcss-merge-rules": "^2.1.2",
"postcss-normalize-charset": "^1.1.1",
"postcss-reduce-idents": "^2.4.0",
"postcss-will-change": "^2.0.0",
"postcss-will-change-transition": "^1.2.0",
"pug": "^2.0.3",
"push-dir": "^0.4.1",
"rucksack-css": "^1.0.2",
"sass-loader": "^6.0.7",
"vue2-filters": "^0.3.0"
}
}