-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.39 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
{
"name": "Cress",
"version": "1.0.0",
"description": "A web-based app to map squiggles to MEI snippets",
"main": "index.js",
"scripts": {
"start": "http-server deployment/server/ -p 9000",
"build": "rm -rf deployment/server/Cress-gh && webpack --config webpack.config.js && cp -R assets src/workers deployment/server/Cress-gh",
"bundle:pages": "rm -rf gh-pages/Cress/Cress-gh && webpack --config webpack.pages-config.js && cp -R assets src/workers gh-pages/Cress/Cress-gh"
},
"repository": "https://github.com/DDMAL/Cress.git",
"author": {
"name": "DDMAL",
"url": "https://ddmal.music.mcgill.ca"
},
"contributors": [
{
"name": "Yinan Zhou",
"url": "https://github.com/yinanazhou"
}
],
"license": "MIT",
"dependencies": {
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"handsontable": "^14.4.0",
"http-server": "^14.1.1",
"mammoth": "^1.8.0",
"pouchdb": "^9.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/papaparse": "^5.3.14",
"@types/pouchdb": "^6.4.2",
"@types/webpack": "^5.28.5",
"cache-loader": "^4.1.0",
"csvtojson": "^2.0.10",
"eslint": "^9.6.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"papaparse": "^5.4.1",
"pouchdb-core": "^9.0.0",
"prettier": "^3.3.2",
"ts-loader": "9.5.1",
"typescript": "^5.5.3",
"webpack": "5.92.1",
"webpack-cli": "5.1.4"
}
}