-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "tachyons-react-native",
"version": "1.0.5",
"description": "Functional styles for react native based on Tachons library",
"main": "index.js",
"scripts": {
"generate": "node src/tachyons/convert.js",
"clean": "rimraf index.js index.d.ts",
"build": "npm run clean && tsc",
"pre:commit": "npm run build",
"pre:push": "npm run build",
"pre:pack": "npm run build",
"pre:publish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rintoj/tachyons-react-native.git"
},
"keywords": [
"React",
"Native",
"Functional",
"CSS",
"Tachyons"
],
"author": "Rinto Jose",
"license": "MIT",
"bugs": {
"url": "https://github.com/rintoj/tachyons-react-native/issues"
},
"homepage": "https://github.com/rintoj/tachyons-react-native#readme",
"devDependencies": {
"@types/react": "^16.9.49",
"@types/react-native": "^0.52.5",
"fs-extra": "^9.0.1",
"name-util": "^1.1.0",
"react": "^16.2.0",
"react-native": "^0.52.1",
"rimraf": "^2.6.2",
"tslint": "^5.9.1",
"tslint-eslint-rules": "^4.1.1",
"tslint-react": "^3.4.0",
"tslint-react-recommended": "^1.0.15"
},
"dependencies": {
"typescript": "^4.0.2"
}
}