-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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
{
"name": "react-css-module-plugin",
"version": "1.0.7",
"description": "none",
"repository": "https://github.com/mayu888/react-css-module-plugin.git",
"author": "mayu827@163.com",
"main": "./lib/index.js",
"license": "MIT",
"scripts": {
"flow": "flow",
"build": "rollup -c rollup.config.js"
},
"files": [
"lib",
"README.MD",
"LICENSE.MD"
],
"dependencies": {
"@babel/parser": "^7.13.10",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-classes": "^7.13.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"chalk": "^4.1.0",
"css-tree": "^1.1.2",
"md5": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@rollup/plugin-json": "^4.1.0",
"rollup": "^2.41.4",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"webpack": "^5.35.1"
}
}