-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.9 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
{
"name": "twinespace",
"version": "1.0.5",
"description": "Twine 2 story format supporting 3D models and mixed reality projects",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"build": "webpack && node build-format.js",
"lint": "eslint src/*.js test/*.js --fix",
"all": "npm run lint && npm run build && npm run test",
"docs": "serve ./docs",
"quicktest": "extwee -c -i quicktest/index.twee -o quicktest/index.html -s docs/dist/aframe-format.js && open-cli quicktest/index.html",
"quicktest-serve": "extwee -c -i quicktest/index.twee -o quicktest/index.html -s docs/dist/aframe-format.js && open-cli http://localhost:3000 && serve quicktest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/videlais/twine-space.git"
},
"keywords": [
"twine2",
"story-format",
"locative",
"mixed-reality"
],
"author": "Dan Cox",
"license": "MIT",
"bugs": {
"url": "https://github.com/videlais/twine-space/issues"
},
"homepage": "https://github.com/videlais/twine-space#readme",
"dependencies": {
"@ar-js-org/ar.js": "^3.4.2",
"aframe": "^1.6.0",
"jquery": "^3.7.1",
"markdown-it": "^14.1.0"
},
"devDependencies": {
"@types/expect-puppeteer": "^5.0.6",
"@types/jest-environment-puppeteer": "^5.0.6",
"@types/puppeteer": "^7.0.4",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"ejs": "^3.1.10",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jsdoc": "^50.6.1",
"extwee": "^2.0.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-puppeteer": "^10.1.4",
"mini-css-extract-plugin": "^2.9.2",
"open": "^10.1.0",
"open-cli": "^8.0.0",
"puppeteer": "^23.10.4",
"serve": "^14.2.3",
"shelljs": "^0.8.5",
"webpack": "^5.97.1",
"webpack-cli": "^5.0.0"
}
}