-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.24 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": "redux-css",
"version": "1.0.2",
"description": "Redux Middleware to allow you to reduce CSS Variables",
"main": "dist/redux-css.js",
"author": "Braden R. Napier <[email protected]>",
"license": "MIT",
"scripts": {
"test": "./node_modules/.bin/mocha --require co-mocha",
"prepublish": "npm run build",
"build": "cross-env BABEL_ENV=production NODE_ENV=production \"rimraf dist && webpack\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/dash-os/redux-css.git"
},
"directories": {
"lib": "src/utils"
},
"bugs": {
"url": "https://github.com/dash-os/redux-css/issues"
},
"keywords": [
"react",
"react-native",
"redux",
"styling",
"css",
"classes",
"variables",
"properties"
],
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-babili": "^0.0.12",
"babel-preset-env": "^1.4.0",
"babili-webpack-plugin": "^0.0.11",
"chai": "^3.5.0",
"co-mocha": "^1.1.2",
"cross-env": "^4.0.0",
"mocha": "^2.4.5",
"rimraf": "^2.6.1",
"webpack": "^2.4.1",
"webpack-node-externals": "^1.5.4",
"yargs": "^7.1.0"
}
}