forked from guardian/contributions-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.14 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
{
"name": "contributions",
"private": true,
"version": "1.0.0",
"scripts": {
"copyHooks": "cp -f ../git-hooks/pre-commit ../.git/hooks/",
"devSetup": "npm run compile --dev && npm run copyHooks",
"bowerCss": "cd assets/stylesheets && rimraf bower_components && bower install",
"bowerSetup": "npm run bowerCss",
"compile": "echo 'compiling assets' && grunt compile",
"compileCss": "grunt compile:css --dev",
"compileJs": "grunt compile:js --dev",
"watch": "grunt watch --dev",
"test": "grunt validate && grunt karma",
"postinstall": "npm run bowerSetup"
},
"devDependencies": {
"autoprefixer-core": "^5.2.0",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.6.0",
"bean": "~1.0.6",
"bonzo": "~2.0.0",
"bower": "^1.5.3",
"curl-amd": "~0.8.10",
"domready": "~1.0.5",
"grunt": "^0.4.5",
"grunt-asset-hash": "0.1.6",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-karma": "~0.11.0",
"grunt-postcss": "^0.5.1",
"grunt-px-to-rem": "^0.4.0",
"grunt-sass": "^1.1.0",
"grunt-svgmin": "^2.0.1",
"grunt-svgstore": "^0.5.0",
"grunt-webpack": "^1.0.11",
"gumshoe": "cferdinandi/gumshoe",
"jasmine-core": "^2.4.1",
"karma": "~0.13.9",
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^0.2.0",
"karma-requirejs": "0.2.5",
"karma-webpack": "^1.7.0",
"lazysizes": "~1.1.0",
"load-grunt-tasks": "^3.2.0",
"lodash-amd": "~3.10.0",
"mkdirp": "^0.5.1",
"phantomjs": "~1.9.17",
"qwery": "~4.0.0",
"raven-js": "^3.0.4",
"reqwest": "~1.1.0",
"respimage": "~1.4.0",
"rimraf": "^2.4.3",
"smooth-scroll": "cferdinandi/smooth-scroll",
"text-loader": "0.0.1",
"time-grunt": "^1.2.1",
"vinyl-fs": "2.2.1",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.1",
"zxcvbn": "3.5.0"
}
}