-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
67 lines (67 loc) · 1.69 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "sheetify",
"version": "8.0.0",
"description": "Modular CSS bundler",
"repository": "stackcss/sheetify",
"license": "MIT",
"scripts": {
"deps": "dependency-check . --entry transform.js . && dependency-check . --entry transform.js --extra --no-dev -i insert-css",
"test": "standard && npm run deps && tape test/index.js",
"test:cov": "standard && npm run deps && NODE_ENV=test nyc node test/index.js",
"format": "standard --format"
},
"browser": {
"index.js": "./browser.js"
},
"standard": {
"ignore": [
"test/fixtures"
]
},
"keywords": [
"modular",
"css",
"bundle",
"browserify",
"css-modules"
],
"dependencies": {
"@choojs/findup": "^0.2.0",
"acorn-node": "^1.3.0",
"estree-is-member-expression": "^1.0.0",
"fast-json-parse": "^1.0.2",
"insert-css": "^2.0.0",
"map-limit": "0.0.1",
"postcss": "^6.0.23",
"postcss-prefix": "^2.0.0",
"resolve": "^1.1.7",
"stack-trace": "0.0.10",
"static-eval": "^2.0.0",
"style-resolve": "^1.1.0",
"through2": "^2.0.0",
"transform-ast": "^2.4.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^16.2.3",
"bubleify": "^1.1.0",
"codecov.io": "^0.1.6",
"concat-stream": "^1.5.1",
"css-extract": "^1.1.2",
"css-type-base": "^1.0.2",
"css-wipe": "^4.2.2",
"dependency-check": "^2.5.1",
"domify": "^1.4.0",
"from2-string": "^1.1.0",
"hui": "^1.2.2",
"jsdom": "^9.4.2",
"nyc": "^11.9.0",
"rimraf": "^2.5.1",
"sheetify-cssnext": "^2.0.1",
"standard": "^11.0.1",
"subarg": "^1.0.0",
"tape": "^4.2.0"
}
}