-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "branding-webpack-plugin",
"version": "1.1.0",
"description": "Cross platform theming with CSS variables",
"main": "index.js",
"scripts": {
"test": "node test/run.js",
"jest": "jest",
"webpack": "webpack",
"serve": "serve",
"serve-test": "node test/serve"
},
"repository": {
"type": "git",
"url": "[email protected]:HuddleEng/branding-webpack-plugin.git"
},
"keywords": [
"webpack",
"theming",
"css",
"branding"
],
"author": "Mohamed Eltuhamy / Huddle",
"license": "MIT",
"dependencies": {
"cssnano": "^4.1.0",
"loader-utils": "^1.1.0",
"postcss": "^7.0.2",
"postcss-discard-duplicates": "^4.0.0"
},
"devDependencies": {
"babel-jest": "^23.4.2",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"jest": "^23.5.0",
"jest-puppeteer": "^3.3.1",
"memory-fs": "^0.4.1",
"puppeteer": "^1.7.0",
"rimraf": "^2.6.2",
"serve": "^10.0.0",
"style-loader": "^0.23.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
}
}