-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 702 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "quantecon_book_theme",
"repository": "https://github.com/QuantEcon/quantecon-book-theme",
"scripts": {
"build": "webpack",
"test:visual": "playwright test",
"test:visual:update": "playwright test --update-snapshots"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"dedent": "^1.7.0",
"html-webpack-plugin": "^5.6.5",
"mini-css-extract-plugin": "^2.9.4",
"sass": "^1.94.2",
"sass-loader": "^16.0.6",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
}