forked from gwer/next-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.78 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"_args": [
[
"@zeit/next-css@1.0.2-canary.2",
"/mnt/c/Users/christiaan/Projects/AAAServer2.0/Frontend/client-application-next"
]
],
"_development": true,
"_from": "@zeit/next-css@1.0.2-canary.2",
"_id": "@zeit/next-css@1.0.2-canary.2",
"_inBundle": false,
"_integrity": "sha512-3zNmZy9jw+BZqzfmsXa14zH7pCs4VLj7Y9rqukWciSE5OBbTwoSCBa2+JeRSgorhmGd4sq3vqeoG24iHbgWiGQ==",
"_location": "/@zeit/next-css",
"_phantomChildren": {
"locate-path": "2.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@zeit/next-css@1.0.2-canary.2",
"name": "@zeit/next-css",
"escapedName": "@zeit%2fnext-css",
"scope": "@zeit",
"rawSpec": "1.0.2-canary.2",
"saveSpec": null,
"fetchSpec": "1.0.2-canary.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@zeit/next-css/-/next-css-1.0.2-canary.2.tgz",
"_spec": "1.0.2-canary.2",
"_where": "/mnt/c/Users/christiaan/Projects/AAAServer2.0/Frontend/client-application-next",
"bugs": {
"url": "https://github.com/zeit/next-plugins/issues"
},
"dependencies": {
"css-loader": "1.0.0",
"extract-css-chunks-webpack-plugin": "^4.6.0",
"extracted-loader": "1.0.4",
"find-up": "2.1.0",
"ignore-loader": "0.1.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "3.0.0"
},
"description": "Import `.css` files in your Next.js project",
"devDependencies": {
"webpack": "^4.16.3"
},
"gitHead": "404368d10a2fbcbdceb90413a07b036154d7d0a6",
"homepage": "https://github.com/zeit/next-plugins#readme",
"license": "MIT",
"main": "index.js",
"name": "@zeit/next-css",
"repository": {
"type": "git",
"url": "git+https://github.com/zeit/next-plugins.git"
},
"version": "1.0.2-canary.2"
}