-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
55 lines (55 loc) · 1.6 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
47
48
49
50
51
52
53
54
55
{
"name": "@waaark/luge",
"version": "0.6.19-beta",
"description": "Front-end animation plugin for uncreative developers",
"author": "Antoine Wodniack <[email protected]> (https://wodniack.dev)",
"homepage": "https://luge.cool",
"repository": {
"type": "git",
"url": "https://github.com/AntoineW/luge.git"
},
"bug": {
"url": "https://github.com/AntoineW/luge/issues",
"email": "[email protected]"
},
"license": "GPL-3.0-only",
"files": [
"dist/*"
],
"main": "./dist/js/luge.esm.js",
"scripts": {
"dev": "gulp dev --gulpfile build/gulpfile.js",
"build": "gulp --gulpfile build/gulpfile.js"
},
"test": "exit 0",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/preset-env": "^7.22.20",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"core-js": "^3.32.2",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"node-sass": "^9.0.0",
"rollup": "^3.29.4"
},
"dependencies": {
"bowser": "^2.11.0",
"virtual-scroll": "^2.2.1",
"whatwg-fetch": "^3.6.19"
}
}