forked from AntoineW/luge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.53 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
{
"name": "@waaark/luge",
"version": "0.6.10-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": {
"watch": "gulp dev --gulpfile build/gulpfile.js",
"build": "gulp --gulpfile build/gulpfile.js",
"dev": "vite dev"
},
"test": "exit 0",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"core-js": "^3.15.2",
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-sass": "^5.0.0",
"gulp-sass-glob": "^1.1.0",
"node-sass": "^7.0.1",
"rollup": "^2.52.3",
"rollup-plugin-terser": "^7.0.2",
"path": "^0.12.7",
"vite": "^3.0.9"
},
"dependencies": {
"bowser": "^2.11.0",
"whatwg-fetch": "^3.6.2"
}
}