-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "wepy-plugin-parsecss",
"version": "0.0.9",
"description": "wepy plugin base64 autoprefixer compress",
"main": "index.js",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/EdwardZZZ/wepy-plugin-parsecss"
},
"keywords": [
"wepy plugin base64 autoprefixer"
],
"author": "edwardzzz@foxmail.com",
"license": "MIT",
"dependencies": {
"autoprefixer": "^8.0.0",
"cssnano": "^4.1.7",
"postcss": "^6.0.19",
"postcss-url": "^7.3.0"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"rollup": "^0.39.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-node-resolve": "^2.1.1",
"rollup-watch": "^3.0.0"
}
}