-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
78 lines (78 loc) · 2.34 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
{
"name": "pasco",
"version": "0.0.1",
"description": "Auditory Scanning, Intended to be cross-platform",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "http-server -o tests/index.html .",
"dev": "gulp dev",
"build": "gulp build-dev",
"build-prod": "gulp build-prod",
"cordova-dist": "gulp cordova-dist",
"cordova-build": "gulp build-prod",
"watch-cordova-dist": "gulp watch-cordova-dist",
"build-ios": "npm run build-prod && npm run cordova-dist && cd cordova/ && cordova build",
"digital-ocean": "npm install -g gulp-cli && npm install https://github.com/hosseinamin/scrollnav && npm run build-prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AceCentre/pasco.git"
},
"author": "AceCentre Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/AceCentre/pasco/issues"
},
"homepage": "https://github.com/AceCentre/pasco#readme",
"dependencies": {
"bootbox": "^5.5.3",
"bootstrap": "^3.4.1",
"bootstrap-waitingfor": "^1.2.7",
"copy-html-to-clipboard": "^4.0.1",
"delay": "^5.0.0",
"jquery": "^3.4.1",
"path-browserify": "^1.0.1",
"plist": "3.0.1",
"rangeslider-js": "^3.2.1",
"sanitize-html": "^2.7.0",
"scrollnav": "git+https://github.com/AceCentre/scrollnav.git",
"sha256-uint8array": "^0.10.3",
"showdown": "^2.1.0",
"sorted-array-functions": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.16",
"@babel/runtime": "^7.12.13",
"babel-loader": "^8.2.2",
"browser-sync": "^2.27.10",
"concurrently": "^3.4.0",
"cordova-plugin-file": "^5.0.0",
"core-js": "~3.8.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.1",
"del": "^6.1.1",
"eslint": "^8.11.0",
"gulp": "^4.0.2",
"gulp-filter": "^7.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"http-server": "13.0.2",
"mini-css-extract-plugin": "^2.6.1",
"minimist": "^1.2.6",
"natives": "^1.1.5",
"sass": "^1.51.0",
"sass-loader": "^13.0.2",
"stream-browserify": "^2.0.2",
"style-loader": "^3.3.1",
"uuid-random": "^1.3.2",
"webpack": "^5.22.0",
"webpack-stream": "^6.1.2"
}
}