UNPKG

910 BJSONView Raw
1{
2 "name": "@tarojs/plugin-sass",
3 "version": "2.2.10",
4 "description": "Taro webpack sass config plugin",
5 "main": "index.js",
6 "scripts": {
7 "build": "npm run clean && npm run prod",
8 "dev": "tsc -w",
9 "prod": "tsc",
10 "clean": "rimraf dist",
11 "test": "jest",
12 "test:dev": "jest --watch"
13 },
14 "files": [
15 "src",
16 "dist",
17 "index.js",
18 "package.json"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/NervJS/taro.git"
23 },
24 "keywords": [
25 "taro"
26 ],
27 "author": "luckyadam",
28 "license": "MIT",
29 "dependencies": {
30 "@tarojs/runner-utils": "^2.2.10",
31 "@tarojs/service": "^2.2.10",
32 "node-sass": "4.14.1",
33 "resolve-url-loader": "3.1.1",
34 "sass-loader": "8.0.2"
35 },
36 "devDependencies": {
37 "@types/node": "^14.0.5",
38 "jest": "^26.0.1",
39 "rimraf": "^3.0.2",
40 "ts-jest": "^26.0.0",
41 "typescript": "^3.9.3"
42 }
43}