-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 812 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 812 Bytes
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
{
"name": "pt_lightning_sphinx_theme",
"version": "0.0.1",
"private": true,
"devDependencies": {
"anchor-js": "^4.3.0",
"autoprefixer": "^9.8.6",
"bootstrap": "^4.6.1",
"browserify": "^13.0.0",
"connect-livereload": "~0.6.0",
"grunt": "^1.4.1",
"grunt-banner": "^0.6.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "~1.0.1",
"grunt-open": "^0.2.4",
"grunt-postcss": "^0.9.0",
"matchdep": "^2.0.0",
"popper.js": "^1.14.3"
},
"dependencies": {
"grunt-contrib-sass": "^2.0.0",
"grunt-sass": "^3.1.0",
"node-sass": "^7.0.1",
"sass": "^1.64.1"
}
}