-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.85 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
{
"name": "vinyl",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"serve": "webpack-dev-server --content-base build/",
"serve:prod": "webpack-dev-server --content-base dist/ --port 8081",
"watch": "webpack --watch",
"build": "gulp clean && webpack -p --config webpack-production.config.js && gulp",
"build:staging": "gulp clean && webpack --config webpack-production.config.js && gulp",
"lint": "npm run lint-js && npm run lint-css",
"lint-js": "eslint . --ext .js --ext .jsx",
"lint-css": "csslint build/styles.css --quiet",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LiminalSoftware/vinyl.git"
},
"author": "",
"license": "Copywright Liminal Software 2015",
"bugs": {
"url": "https://github.com/LiminalSoftware/vinyl/issues"
},
"homepage": "https://github.com/LiminalSoftware/vinyl",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^5.3.2",
"babel-preset-es2015": "^6.1.2",
"brim": "=1.0.11",
"chai": "^3.4.1",
"css-loader": "^0.23.0",
"cssnext": "^1.8.4",
"del": "^2.2.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.11.3",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-gzip": "^1.2.0",
"gulp-mirror": "^0.4.0",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.3",
"gulp-s3": "^0.3.0",
"html-webpack-plugin": "^1.7.0",
"merge-stream": "^1.0.0",
"object-assign": "^4.0.1",
"platform": "^1.3.0",
"scream": "=2.0.7",
"script-loader": "^0.6.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"vinyl-paths": "^2.1.0",
"wallaby-webpack": "0.0.11",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}