-
Notifications
You must be signed in to change notification settings - Fork 200
/
package.json
59 lines (59 loc) · 1.95 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
{
"name": "threejsfundamentals",
"version": "0.0.1",
"description": "Some Three.js Tutorials",
"main": "index.js",
"threejsfundamentals": {
"threeVersion": 132
},
"dependencies": {},
"devDependencies": {
"@gfxfundamentals/lesson-builder": "git+https://github.com/gfxfundamentals/lesson-builder.git#2d3ea55",
"@gfxfundamentals/live-editor": "git+https://github.com/gfxfundamentals/live-editor.git#v1.0.18",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-html": "6.1.1",
"eslint-plugin-one-variable-per-var": "0.0.3",
"eslint-plugin-optional-comma-spacing": "0.0.4",
"eslint-plugin-require-trailing-comma": "0.0.1",
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "23.0.0",
"jquery": "3.5.1",
"jsdom": "16.4.0",
"ld-check-dependencies": "1.1.1",
"load-grunt-tasks": "5.1.0",
"minami": "1.2.3",
"semver": "7.3.4",
"servez": "1.11.0"
},
"scripts": {
"build": "ld-check-dependencies && grunt",
"build-ci": "grunt",
"copymain": "grunt copy:main",
"buildlessons": "grunt buildlessons",
"watch": "ld-check-dependencies && grunt buildwatch",
"watch-no-check": "grunt buildwatch",
"start": "servez out",
"eslint": "ld-check-dependencies && grunt eslint",
"pre-push": "ld-check-dependencies && grunt eslint",
"pre-build": "grunt eslint",
"bumpthree": "grunt bumpthree",
"test": "check-all-the-errors --follow-links=both --output=threejsfundamentals.check.json out \"*.html\""
},
"repository": {
"type": "git",
"url": "git://github.com/gfxfundamentals/threejsfundamentals.git"
},
"keywords": [
"three.js"
],
"author": "Gregg Tavares",
"license": "MIT",
"bugs": {
"url": "https://github.com/gfxfundamentals/threejsfundamentals/issues"
},
"homepage": "https://github.com/gfxfundamentals/threejsfundamentals"
}