-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
71 lines (71 loc) · 2.19 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
68
69
70
71
{
"name": "@wrappid/styles",
"version": "0.0.181",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"attributions:gen": "node ./scripts/attributions.gen.js",
"code:lint": "eslint --ignore-path .gitignore ./package",
"code:format": "npm run code:lint -- --fix",
"test": "echo testing not yet implemented",
"build:old": "npx babel package --out-dir dist --copy-files",
"build": "npx tsc",
"release": "standard-version --bumpFiles ./package.json ./package/package.json ./package-lock.json ./package/package-lock.json",
"publish": "npm publish *.tgz --registry=https://npm.pkg.github.com --scope=@wrappid"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/wrappid/styles.git"
},
"keywords": [
"css-in-js",
"react",
"react-native"
],
"license": "MIT",
"author": {
"name": "Wrappid",
"email": "wrappid.framework@gmail.com",
"url": "https://www.github.com/wrappid"
},
"homepage": "/~https://github.com/wrappid/styles",
"bugs": {
"url": "/~https://github.com/wrappid/styles/issues"
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "17.5.0",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/prompt-cli": "17.5.0",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@typescript-eslint/eslint-plugin": "6.19.1",
"eslint": "8.7.0",
"eslint-plugin-etc": "2.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-unused-imports": "3.0.0",
"husky": "8.0.3",
"prettier": "2.5.1",
"source-map-support": "0.5.21",
"tslib": "2.6.2",
"typescript": "5.3.3",
"license-checker": "25.0.1",
"standard-version": "9.5.0",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"react-redux": "8.0.2"
}
}