-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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
{
"name": "front-end-tooling-kit",
"version": "0.0.0",
"private": true,
"description": "A framework-agnostic tooling kit for front-end development task management.",
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-core": "^6.3.26",
"babel-loader": "^6.2.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"chai": "^3.4.1",
"del": "^2.2.0",
"es5-shim": "^4.4.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"eslint-plugin-react": "^3.14.0",
"gulp": "^3.9.0",
"gulp-imagemin": "^2.4.0",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"karma": "^0.13.19",
"karma-chai-plugins": "^0.6.1",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^0.2.3",
"karma-sinon": "^1.0.4",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"run-sequence": "^1.1.5",
"sinon": "^1.17.2",
"webpack": "^1.12.10",
"webpack-config-merger": "0.0.3"
}
}