-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 943 Bytes
/
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
{
"name": "lenape-timetree",
"version": "1.0.4",
"author": "The Center for Digital Humanities at Princeton <[email protected]>",
"description": "",
"license": "Apache-2.0",
"private": true,
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@percy/cli": "^1.19.1-alpha.0",
"babel-jest": "^29.4.2",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.3",
"jest-fetch-mock": "^3.0.3"
},
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage --collectCoverageFrom='assets/js/*'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Princeton-CDH/lenape-timetree.git"
},
"bugs": {
"url": "https://github.com/Princeton-CDH/lenape-timetree/issues"
},
"volta": {
"node": "18.12.1",
"npm": "9.1.3"
},
"dependencies": {
"d3": "^7.8.4",
"sass": "^1.56.1",
"the-new-css-reset": "^1.7.3"
}
}