forked from stoikerty/dev-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.88 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "dev-toolkit",
"version": "5.2.6",
"description": "Javascript development toolkit for power users [ ES6, React, node-sass ]",
"main": "index.js",
"scripts": {
"build": "babel toolkit --out-dir dist",
"watch": "babel toolkit --watch --out-dir dist",
"prepublish": "npm run build"
},
"bin": {
"dev-toolkit": "bin/dev-toolkit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stoikerty/dev-toolkit.git"
},
"babel": {
"presets": [
"es2015",
"stage-1",
"react"
],
"plugins": [
"jsx-control-statements",
"transform-class-properties"
]
},
"keywords": [
"stoikerty",
"webpack",
"sass",
"react",
"browserify",
"gulp",
"moonboots",
"middleman",
"stk-toolkit",
"universal-dev-toolkit",
"dev-toolkit"
],
"author": "Jorge Antunes",
"license": "ISC",
"bugs": {
"url": "https://github.com/stoikerty/dev-toolkit/issues"
},
"homepage": "https://github.com/stoikerty/dev-toolkit#readme",
"dependencies": {
"autoprefixer": "^6.3.7",
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.9.0",
"browser-sync": "^2.13.0",
"browser-sync-webpack-plugin": "^1.0.3",
"bundle-loader": "^0.5.4",
"chalk": "^1.1.3",
"compression-webpack-plugin": "^0.3.1",
"copy-webpack-plugin": "^3.0.1",
"cross-env": "^2.0.0",
"cross-spawn": "^4.0.0",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^4.0.1",
"eazy-logger": "^3.0.2",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-import-resolver-webpack": "^0.3.2",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^1.10.3",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-jsx-control-statements": "^2.1.1",
"eslint-plugin-react": "^5.2.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-exists": "^1.0.0",
"file-loader": "^0.9.0",
"files-require-hook": "^1.0.0",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.3.0",
"html-webpack-plugin": "^2.21.0",
"image-webpack-loader": "^1.8.0",
"jsdom": "^9.4.2",
"json-loader": "^0.5.4",
"jsx-control-statements": "^3.1.3",
"manifest-revision-webpack-plugin": "^0.3.0",
"ncp": "^2.0.0",
"node-jsx-babel": "^0.14.2",
"node-sass": "^3.8.0",
"postcss-loader": "^0.9.1",
"progress-bar-webpack-plugin": "^1.8.0",
"rimraf": "^2.5.4",
"sass-loader": "^3.2.2",
"script-ext-html-webpack-plugin": "^1.3.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0",
"yargs": "^4.8.1"
}
}