-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.07 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.07 KB
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": "since97",
"version": "1.1.0",
"description": "Marina & Florent wedding website",
"homepage": "https://florentb.github.io/Since97",
"repository": {
"type": "git",
"url": "https://github.com/florentb/Since97.git"
},
"author": "Florent Bourgeois",
"license": "ISC",
"scripts": {
"dev": "parcel src/index.html --dist-dir dist",
"build": "parcel build src/index.html --dist-dir dist --public-url ./",
"lint:js": "eslint src/js/*.js",
"lint:styles": "stylelint \"src/**/*.scss\"",
"preview": "parcel build src/index.html --dist-dir dist && npx serve dist"
},
"dependencies": {
"skrollr": "^0.6.26"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.15.2",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.2.0",
"modern-normalize": "^3.0.1",
"parcel": "^2.12.0",
"sass": "^1.77.0",
"serve": "^14.2.0",
"stylelint": "^16.6.0",
"stylelint-config-standard-scss": "^13.1.0"
}
}