generated from esm-bundle/autopublish-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.79 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
{
"name": "@esm-bundle/styled-components",
"version": "5.2.1",
"description": "Repo to autopublish esm-bundle version of styled-components",
"main": "esm/styled-components.browser.js",
"module": "esm/styled-components.js",
"type": "module",
"scripts": {
"test": "pnpm run build && concurrently -n w: 'pnpm:test:*'",
"test:browser": "karma start karma.conf.cjs --single-run",
"debug:test:browser": "karma start karma.conf.cjs",
"test:unit": "mocha -r chai/register-expect 'node-test/**/*.*'",
"test:formatting": "prettier --check './**/*'",
"build": "rollup -c",
"format": "prettier --write './**/*'",
"release": "release-it",
"prepublishOnly": "pnpm run build && pinst --disable",
"postinstall": "husky install",
"postpublish": "pinst --enable"
},
"files": [
"esm",
"system"
],
"repository": {
"type": "git",
"url": "git+https://github.com/esm-bundle/styled-components.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/esm-bundle/styled-components/issues"
},
"homepage": "https://github.com/esm-bundle/styled-components#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.2",
"@rollup/plugin-replace": "5.0.4",
"chai": "4.3.4",
"concurrently": "8.2.1",
"husky": "8.0.3",
"karma": "6.4.2",
"karma-firefox-launcher": "2.1.2",
"karma-jasmine": "5.1.0",
"karma-parallel": "0.3.1",
"mocha": "10.2.0",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"react": "npm:@esm-bundle/react",
"react-is": "npm:@esm-bundle/react-is",
"release-it": "16.2.1",
"release-it-plugin-esm-bundle": "3.0.0",
"rollup": "2.79.1",
"rollup-plugin-terser": "7.0.2",
"styled-components": "6.1.0"
}
}