-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
49
50
51
52
53
54
55
{
"name": "@financial-times/dotcom-build-sass",
"version": "0.0.0",
"description": "",
"main": "dist/node/index.js",
"types": "dist/node/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "npm run clean:dist && npm run clean:node_modules",
"clean:dist": "rm -rf dist",
"clean:node_modules": "rm -rf node_modules",
"build:node": "tsc",
"build": "npm run build:node",
"dev": "npm run build:node -- --watch"
},
"keywords": [],
"author": "",
"license": "MIT",
"peerDependencies": {
"webpack": "^4.39.2"
},
"dependencies": {
"autoprefixer": "^10.2.5",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"mini-css-extract-plugin": "^0.12.0",
"postcss": "^8.4.20",
"postcss-import": "^16.1.0",
"postcss-loader": "^4.0.0",
"sass": "^1.77.2",
"sass-embedded": "^1.77.2",
"sass-loader": "^10.5.2",
"webpack-fix-style-only-entries": "^0.5.0"
},
"devDependencies": {
"@types/webpack": "^4.41.7"
},
"engines": {
"node": "18.x || 20.x",
"npm": "8.x || 9.x || 10.x"
},
"files": [
"dist/",
"src/"
],
"repository": {
"type": "git",
"repository": "https://github.com/Financial-Times/dotcom-page-kit.git",
"directory": "packages/dotcom-build-sass"
},
"homepage": "https://github.com/Financial-Times/dotcom-page-kit/tree/HEAD/packages/dotcom-build-sass",
"volta": {
"extends": "../../package.json"
}
}