-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "coffee-webpack-starter",
"version": "0.0.1",
"description": "Component starter kit for Talk by Teambition",
"main": "lib/index.js",
"dependencies": {
"classnames": "^1.2.0",
"hsl": "^0.1.1",
"react": "^16.13.1"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.1",
"config": "^1.17.1",
"css-loader": "^0.10.1",
"del": "^1.1.1",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-util": "^3.0.7",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"rsyncwrapper": "^0.4.3",
"run-sequence": "^1.0.2",
"skip-webpack-plugin": "^0.1.1",
"stir-template": "^0.1.4",
"style-loader": "^0.10.2",
"url-loader": "^0.5.6",
"webpack": "^1.8.4",
"webpack-dev-server": "^1.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"static": "NODE_ENV=static gulp build",
"ws": "NODE_ENV=ws gulp build"
},
"keywords": [
"react-component"
],
"author": "Teambition",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/teambition/coffee-webpack-starter.git"
},
"bugs": {
"url": "https://github.com/teambition/coffee-webpack-starter/issues"
},
"homepage": "https://github.com/teambition/coffee-webpack-starter"
}