-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
39
40
41
42
43
44
45
46
{
"name": "@nyancss/css-modules-loader",
"version": "1.1.0",
"description": "Nyan CSS webpack loader that converts CSS Modules into components (React/Preact/Vue.js/etc.)",
"repository": "/~https://github.com/nyancss/nyancss-css-modules-loader",
"author": "Sasha Koss <koss@nocorp.me>",
"license": "MIT",
"keywords": [
"css",
"webpack",
"loader",
"nyancss",
"css-modules",
"webpack-loader",
"react",
"preact",
"vue",
"class-names"
],
"dependencies": {
"@nyancss/css-modules": "^1.2"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"@nyancss/class-names": "^1.1",
"@nyancss/react": "^1.3",
"@nyancss/vue": "^1",
"css-loader": "^3.0.0",
"cypress": "^3.3.1",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"preact": "^10.0.0-beta.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"style-loader": "^0.23.1",
"typescript": "^3.5.2",
"vue": "^2.6.10",
"wait-on": "^3.2.0",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1"
}
}