-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "frame-one",
"private": true,
"scripts": {
"start": "parcel src/index.twig --open",
"build": "parcel build src/index.twig --no-source-maps --public-url ./",
"clean": "rm -rf dist",
"prettier": "prettier --write --ignore-path .gitignore .",
"stylelint": "stylelint --fix **/*.scss"
},
"repository": {
"type": "git",
"url": "git://github.com/slavanga/frame-one.git"
},
"author": "Sergio Lavanga",
"license": "MIT",
"homepage": "https://www.frameone.ch",
"dependencies": {
"gsap": "3.12.5",
"lenis": "1.1.16",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"split-type": "0.3.4"
},
"devDependencies": {
"@christian-beckmann/parcel-transformer-twig": "0.1.1",
"@parcel/resolver-glob": "2.13.0",
"@parcel/transformer-sass": "2.13.0",
"parcel": "2.13.0",
"parcel-reporter-static-files-copy": "1.5.3",
"prettier": "3.3.3",
"prettier-plugin-twig-melody": "0.4.6",
"stylelint": "16.10.0",
"stylelint-config-standard-scss": "13.1.0",
"svgo": "^3.3.2"
},
"browserslist": "> 1%, last 2 versions, not dead",
"@parcel/transformer-css": {
"drafts": {
"customMedia": true
}
}
}