-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "html-less-javascript-parcel",
"version": "1.0.0",
"description": "HTML5 + Less + JavaScript + Parcel.",
"author": "Statik <statikstack@gmail.com>",
"homepage": "https://github.com/statikstack/html-less-javascript-parcel#readme",
"keywords": [
"node"
],
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"build": "parcel build statik/index.html",
"lint": "eslint statik/**/*.js",
"start": "parcel statik/index.html -p 8080 --open"
},
"repository": {
"type": "git",
"url": "https://github.com/statikstack/html-less-javascript-parcel.git"
},
"bugs": {
"url": "https://github.com/statikstack/html-less-javascript-parcel/issues"
},
"dependencies": {
"normalize.css": "8.0.0"
},
"devDependencies": {
"eslint": "5.1.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-prettier": "2.6.2",
"less": "3.8.0",
"parcel-bundler": "1.9.7",
"parcel-plugin-clean-dist": "0.0.6",
"parcel-plugin-imagemin": "1.1.2",
"prettier": "1.13.7"
},
"license": "MIT"
}