-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.61 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
{
"name": "@sacss/react-native",
"version": "1.0.0",
"description": "Static Atomic CSS React Native version",
"main": "lib/index.js",
"files": [
"lib"
],
"author": "ziven27",
"license": "MIT",
"repository": "git@github.com:s-acss/react-native.git",
"bugs": "https://github.com/s-acss/react-native/issues",
"homepage": "https://s-acss.github.io/docs/use.rn",
"keywords": [
"acss",
"sacss",
"css",
"atomic",
"react native"
],
"scripts": {
"build": "cp -r demo/packages/withAcss/ ./lib",
"prepublishOnly": "npm run build",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"commitInit": "commitizen init cz-conventional-changelog --yarn --dev --exact",
"test": "jest --verbose"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "16.5.0",
"react-native": "^0.57.7"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"babel-jest": "^24.8.0",
"commitizen": "^4.0.3",
"conventional-changelog-cli": "^2.0.21",
"cz-conventional-changelog": "^3.0.2",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"jest": "^24.8.0",
"jsdom": "^15.1.1",
"metro-react-native-babel-preset": "^0.55.0",
"react": "16.3.1",
"react-dom": "^16.8.6",
"react-native": "^0.60.0",
"react-native-mock-render": "^0.1.5",
"react-test-renderer": "^16.8.6",
"sinon": "^7.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}