-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
53 lines (53 loc) · 1.59 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
{
"private": true,
"name": "Shadowlord",
"version": "0.5.0",
"description": "Shades and tints generator online.",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/noeldelgado/shadowlord.git"
},
"bugs": {
"url": "https://github.com/noeldelgado/shadowlord/issues"
},
"homepage": "https://github.com/noeldelgado/shadowlord",
"license": "MIT",
"author": "Noel Delgado <[email protected]> (https://pixelia.me/)",
"dependencies": {
"@material/button": "^6.0.0",
"@material/dialog": "^6.0.0",
"@material/icon-button": "^6.0.0",
"@material/ripple": "^6.0.0",
"@material/snackbar": "^6.0.0",
"@material/textfield": "^6.0.0",
"@simonwep/pickr": "^1.5.1",
"copy-text-to-clipboard": "^2.2.0",
"values.js": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-better-rollup": "^4.0.1",
"gulp-connect": "^5.7.0",
"gulp-sass": "^4.0.2",
"gulp-uglify-es": "^2.0.0",
"rollup": "^2.10.9",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-root-import": "^1.0.0",
"sass": "^1.26.3"
}
}