-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
46 lines (46 loc) · 1.4 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
46
{
"name": "ava",
"version": "1.0.0",
"description": "Ava Template",
"author": "Pasquale Vitiello <[email protected]>",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://bitbucket.org/pasqualevitiello/ava.git"
},
"bugs": {
"url": "https://bitbucket.org/pasqualevitiello/ava/issues"
},
"scripts": {
"start": "parcel index.html dreamteam.html",
"build": "parcel build index.html dreamteam.html",
"test": "run-s lint:*",
"clean": "rimraf dist",
"p": "run-p serve",
"autoprefixer": "postcss -u autoprefixer -r dist/css/*",
"lint:js": "eslint src/js || true",
"lint:scss": "stylelint src/scss/*.scss --syntax scss || true",
"imagemin": "imagemin src/images/* -o dist/images"
},
"devDependencies": {
"acorn": "^8.8.0",
"all-contributors-cli": "^6.22.0",
"autoprefixer": "^9.8.8",
"eslint": "^5.2.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"imagemin-cli": "^8.0.0",
"minimist": "^1.2.6",
"npm-run-all": "^4.1.3",
"parcel-bundler": "^1.12.5",
"postcss-cli": "^7.1.2",
"rimraf": "^2.7.1",
"sass": "^1.55.0",
"stylelint": "^13.13.1"
},
"homepage": "https://bitbucket.org/pasqualevitiello/ava#readme",
"main": ".eslintrc.js"
}