forked from ganapativs/bttn.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.53 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
72
73
74
75
76
77
78
79
{
"name": "bttn.css",
"version": "0.2.4",
"description": "Awesome buttons for awesome projects!",
"main": "bttn.min.css",
"scripts": {
"preinstall": "yarn add stylus && yarn add autoprefixer-stylus && yarn add cssnano-cli",
"start": "stylus -w -u autoprefixer-stylus bttn.styl -o dist/bttn.css",
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --progress",
"build": "stylus -u autoprefixer-stylus bttn.styl -o dist/bttn.css && stylus -u autoprefixer-stylus src/standalone/* -o dist/standalone/ && cssnano dist/bttn.css dist/bttn.min.css && cross-env NODE_ENV=production webpack -p --progress",
"prebuild": "mkdirp build && mkdirp dist && mkdirp dist/standalone",
"surge": "surge build -d bttn.surge.sh",
"test": "eslint src tests/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ganapativs/bttn.css.git"
},
"keywords": [
"Button",
"CSS",
"Project",
"Transition",
"Animation"
],
"author": "Ganapati V S <[email protected]>",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel": "^6.5.2",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-minimal": "^2.0.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"babel-runtime": "^6.9.2",
"chai": "^3.5.0",
"core-js": "^2.4.0",
"cross-env": "^1.0.8",
"css-loader": "^0.23.1",
"eslint": "^2.11.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.19.0",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mkdirp": "^0.5.1",
"postcss-loader": "^0.9.1",
"raw-loader": "^0.5.1",
"source-map-loader": "^0.1.5",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"superstatic": "^4.0.2",
"url-loader": "^0.5.7",
"webfontloader": "^1.6.26",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"animate.css": "^3.5.2",
"autoprefixer-stylus": "^0.11.0",
"clipboard": "^1.5.15",
"cssnano-cli": "^1.0.5",
"preact": "^4.8.0",
"preact-redux": "^1.0.1",
"redux": "^3.5.2",
"stylus": "^0.54.5",
"surge": "^0.18.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ganapativs/bttn.css/issues"
},
"homepage": "https://github.com/ganapativs/bttn.css#readme"
}