forked from processing/p5.js-website-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.3 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "p5js",
"description": "The best project ever..",
"version": "0.1.0",
"languages": [
"en",
"es",
"hi",
"ko",
"zh-Hans"
],
"homepage": "https://github.com/processing/p5.js-website",
"author": {
"name": "mayaman26",
"url": "http://github.com/processing"
},
"repository": {
"type": "git",
"url": "git://github.com/processing/p5.js-website"
},
"bugs": {
"url": "https://github.com/processing/p5.js-website"
},
"engines": {
"node": ">=0.10"
},
"scripts": {
"grunt": "grunt",
"assemble": "grunt assemble",
"build": "grunt build",
"test": "grunt build",
"watch": "grunt server"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/processing/p5.js-website/blob/main/LICENSE-MIT"
}
],
"devDependencies": {
"@fluent/syntax": "^0.17.0",
"autoprefixer": "^6.7.7",
"cssnano": "^4.1.11",
"ejs": "^3.1.7",
"eslint": "^8.44.0",
"eslint-config-prettier": "^2.10.0",
"eslint-plugin-prettier": "^2.7.0",
"flat": "^5.0.2",
"fs-extra": "^9.1.0",
"glob": "^5.0.15",
"grunt": "^1.5.3",
"grunt-assemble": "^0.6.3",
"grunt-assemble-i18n": "^0.1.1",
"grunt-assemble-permalinks": "^0.1.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^1.0.1",
"grunt-file-append": "0.0.7",
"grunt-htmlhint": "^0.9.13",
"grunt-newer": "^1.3.0",
"grunt-postcss": "^0.9.0",
"grunt-shell": "^3.0.1",
"grunt-uncss": "^0.8.6",
"handlebars": "^4.7.7",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"js-yaml": "^3.14.1",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.21",
"mkdirp": "^0.5.5",
"moment": "^2.29.4",
"ms": "^2.0.0",
"prettier": "^1.19.1",
"qs": "^6.10.3",
"send": "^0.16.2",
"serve-index": "^1.9.1",
"simple-git": "^3.16.0",
"time-grunt": "^1.4.0",
"uglify-js": "^2.8.29",
"yaml": "^2.2.2"
},
"dependencies": {
"upath": "^1.2.0"
}
}