-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 948 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 948 Bytes
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
{
"name": "meuhltimedia",
"version": "1.0.0",
"description": "Assets bundler",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"dev-ts": "parcel assets/ts/*.ts --dist-dir ./public --public-url public/ --no-source-maps",
"prod-ts": "parcel build assets/ts/*.ts --dist-dir ./public --public-url public/ --no-source-maps",
"help": "parcel build --help"
},
"keywords": [],
"author": "Alexis Abeloos",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@parcel/transformer-sass": "^2.8.3",
"parcel": "^2.8.3",
"parcel-namer-rewrite": "^2.0.0-rc.3",
"querystring-es3": "^0.2.1",
"sass": "^1.59.3"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"gsap": "^3.11.5",
"invp-ts": "^1.0.1",
"regenerator-runtime": "^0.13.11"
}
}