-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1000 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1000 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "babel-plugin-css-to-module",
"version": "0.2.1",
"main": "src/babel-plugin-css-to-module.js",
"scripts": {
"start": "webpack serve",
"test": "jest"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/geoctrl/babel-plugin-css-to-module"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/types": "^7.21.2",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"html-webpack-plugin": "^5.5.0",
"inline-css-modules-react": "^0.0.4",
"jest": "^29.4.3",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"react": "^18.2.0",
"sass": "^1.58.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"peerDependencies": {
"postcss": ">=8"
},
"dependencies": {
"postcss-minify": "^1.1.0",
"postcss-modules": "^6.0.0"
},
"packageManager": "yarn@3.6.3"
}