-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.55 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
{
"name": "dt-puzzle-journey",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "",
"author": "UCCSER",
"scripts": {
"build": "parcel build src/index.njk src/complete/index.njk --public-url /dt-puzzle-journey/",
"dev": "parcel src/index.njk src/complete/index.njk",
"start": "npm run build && npm run dev",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package"
},
"dependencies": {
"animejs": "^3.2.0",
"audio": "^1.2.0",
"dragula": "^3.7.2",
"howler": "^2.2.0",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"install": "^0.13.0",
"jquery": "3.5.1",
"loc-i18next": "^0.1.4",
"pathfinding": "^0.4.18",
"query-string": "^6.13.1",
"tailwindcss": "^1.8.10"
},
"devDependencies": {
"i18next-parser": "^3.3.0",
"nunjucks": "^3.2.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-nuke-dist": "^1.0.1",
"parcel-plugin-nunjucks": "^2.2.1",
"parcel-plugin-static-files-copy": "^2.5.0",
"patch-package": "^6.2.2",
"sass": "^1.26.10"
},
"staticFiles": {
"staticPath": [
"src/img/screenshot-en-forest.png",
"src/img/screenshot-en-river.png",
"src/img/screenshot-en-plains.png",
"src/img/screenshot-mi-forest.png",
"src/img/screenshot-mi-river.png",
"src/img/screenshot-mi-plains.png"
]
}
}