-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 861 Bytes
/
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
{
"name": "@constgen/neutrino-react-scoped-styles",
"version": "1.9.2",
"description": "Neutrino middleware for isolation of React components styles",
"main": "index.js",
"author": "Constantine Genchevsky <const.gen@gmail.com>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/constgen/constgen-neutrino.git"
},
"homepage": "https://github.com/constgen/constgen-neutrino/tree/master/packages/react-scoped-styles",
"keywords": [
"neutrino",
"neutrino-middleware",
"middleware",
"preset",
"webpack",
"react",
"scoped",
"styles"
],
"dependencies": {
"css-tree": "1.0.0-alpha.39",
"source-map": "0.7.3"
},
"peerDependencies": {
"neutrino": "^9.0.0",
"webpack": "^4.0.0"
},
"files": [
"**/*.js",
"README.md",
"package.json"
],
"engines": {
"node": ">=10",
"npm": ">=5.4.0"
}
}