-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
29 lines (29 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
{
"name": "rem.less",
"version": "1.0.3",
"description": "CSS version of taobaoUED flexible rem solution",
"main": "src/index.less",
"style": "src/index.css",
"scripts": {
"test": "rimraf dist/ && parcel serve test/test.html",
"build": "rimraf dist/ && parcel build src/index.less src/compact.less --out-dir src/",
"prepublish": "npm run build",
"_postinstall": "npm run build",
"start": "rimraf dist/ && parcel src/*.less"
},
"repository": {
"type": "git",
"url": "https://github.com/cdll/rem.css.git"
},
"keywords": ["flexible", "rem", "less"],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"cssnano": "^4.1.10",
"rem.less": "link:",
"less": "^3.11.1",
"parcel-bundler": "^1.12.4",
"rimraf": "^3.0.2"
}
}