-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.42 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": "pablonouvelle",
"license": "proprietary",
"private": true,
"author": "Joris Noordermeer",
"repository": {
"type": "git",
"url": "git+https://github.com/jorisnoo/pablonouvelle.git"
},
"bugs": {
"url": "https://github.com/jorisnoo/pablonouvelle/issues"
},
"homepage": "https://pablonouvelle.com",
"scripts": {
"dev": "parcel src/index.html",
"generate": "parcel build src/index.html",
"watch": "parcel watch src/index.html",
"test:lint": "eslint --ext .js,.vue .",
"lint": "eslint --fix --ext .js,.vue .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"staticFiles": {
"staticPath": "src/static"
},
"dependencies": {
"date-fns": "^2.29.3",
"dialog-size": "^2.0.0",
"lazysizes": "^5.3.2",
"sass-mq": "^3.3.2",
"susy": "^2.2.14",
"vue": "^2.7.13"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.7.0",
"@parcel/packager-xml": "^2.7.0",
"@parcel/transformer-sass": "^2.7.0",
"@parcel/transformer-webmanifest": "^2.7.0",
"@parcel/transformer-xml": "^2.7.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.7.1",
"parcel": "^2.7.0",
"parcel-config-vue2": "^0.1.3",
"parcel-reporter-static-files-copy": "^1.4.0",
"parcel-transformer-vue2": "^0.1.7"
}
}