-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.72 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": "babel-plugin-react-native-sass-classname",
"version": "0.0.9",
"description": "Babel plugin to make react web app more reusable as react-native apps taking the scss file with pre-extesions",
"main": "index.js",
"peerDependencies": {
"babel-runtime": "^6.3.19",
"node-sass": "^4.5.3",
"react-native-css": "^2.0.5"
},
"devDependencies": {
"babel-cli": "6.3.17",
"babel-core": "6.3.21",
"babel-preset-es2015": "6.9.0",
"babel-plugin-istanbul": "4.0.0",
"babel-plugin-syntax-jsx": "6.8.0",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-react-native": "1.9.1",
"babel-register": "6.18.0",
"babel-runtime": "6.3.19",
"chai": "3.5.0",
"concurrently": "^3.3.0",
"cross-env": "3.1.4",
"istanbul": "0.4.5",
"minimatch": "3.0.4",
"mocha": "3.2.0",
"nodemon": "1.11.0",
"node-sass": "4.5.3",
"nyc": "10.1.2",
"react-native-css": "2.0.5",
"source-map-support": "0.4.8"
},
"scripts": {
"pretest-spec": "babel --plugins babel-plugin-react-native-sass-classname --presets react-native --out-dir test/result test/resources",
"test-spec": "cross-env NODE_ENV=test mocha src/ --recursive --glob *.spec.js --require babel-register/register --colors",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daniloster/react-native-sass-classname.git"
},
"keywords": [
"sass",
"scss",
"react",
"react-native",
"classname",
"styling",
"style"
],
"author": "daniloster",
"license": "ISC",
"bugs": {
"url": "https://github.com/daniloster/react-native-sass-classname/issues"
},
"homepage": "https://github.com/daniloster/react-native-sass-classname#readme"
}