-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1022 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
38
39
40
41
42
43
44
{
"name": "tskit",
"version": "1.0.0",
"description": "tskit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/onedevras/tskit/"
},
"keywords": [
"tskit"
],
"author": "One Ltd.",
"license": "UNLICENSED",
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "10.4.5",
"babelify": "^10.0.0",
"cssnano": "^5.0.12",
"grunt": "^1.4.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-jekyll": "^1.0.1",
"grunt-sass": "^3.1.0",
"grunt-sass-tilde-importer": "^1.0.2",
"postcss": "^8.4.4",
"sass": "^1.44.0"
},
"browserslist": [
"last 2 versions"
],
"dependencies": {
"@popperjs/core": "^2.11.2",
"bootstrap": "^5.1.3",
"gsap": "^3.10.4",
"jquery": "^3.6.0"
}
}