Get gulp working
This commit is contained in:
134
package.json
134
package.json
@@ -1,67 +1,67 @@
|
||||
{
|
||||
"scripts": {
|
||||
"test": "jest --verbose --coverage && mocha --compilers js:mocha-traceur tests/**/*.spec.js",
|
||||
"test-react": "jest --verbose --coverage",
|
||||
"test-js": "node_modules/.bin/phantomjs tests/run.js",
|
||||
"start": "npm install && bower install && gulp",
|
||||
"gulp": "gulp",
|
||||
"watch": "gulp watch",
|
||||
"lint": "jsxhint --jsx-only .",
|
||||
"postinstall": "gulp postinstall",
|
||||
"validate": "npm ls"
|
||||
},
|
||||
"pre-commit": [
|
||||
"lint"
|
||||
],
|
||||
"jest": {
|
||||
"testFileExtensions": [
|
||||
"jest.js"
|
||||
],
|
||||
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
|
||||
"testDirectoryName": "tests",
|
||||
"unmockedModulePathPatterns": [
|
||||
"<rootDir>/node_modules/react"
|
||||
]
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"babel-jest": "^13.0.0",
|
||||
"bower": "^1.7.9",
|
||||
"chai": "^3.5.0",
|
||||
"del": "^2.2.1",
|
||||
"gulp": "^3.9.1",
|
||||
"jest-cli": "^13.0.0",
|
||||
"jshint": "^2.9.2",
|
||||
"jsxhint": "^0.15.1",
|
||||
"laravel-elixir": "^5.0.0",
|
||||
"mocha": "^2.5.3",
|
||||
"mocha-sinon": "^1.1.5",
|
||||
"mocha-traceur": "^2.1.0",
|
||||
"precommit-hook": "^3.0.0",
|
||||
"sinon": "^1.17.4",
|
||||
"sinon-chai": "^2.8.0",
|
||||
"sinon-chrome": "^1.1.2",
|
||||
"traceur": "^0.0.111"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.6",
|
||||
"classnames": "^2.2.5",
|
||||
"jquery": "^3.0.0",
|
||||
"moment": "^2.13.0",
|
||||
"react": "^15.1.0",
|
||||
"react-addons-css-transition-group": "^15.1.0",
|
||||
"react-dom": "^15.1.0"
|
||||
},
|
||||
"jshintConfig": {
|
||||
"asi": false,
|
||||
"browser": true,
|
||||
"curly": false,
|
||||
"expr": true,
|
||||
"indent": 4,
|
||||
"loopfunc": true,
|
||||
"node": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"white": true
|
||||
}
|
||||
}
|
||||
{
|
||||
"scripts": {
|
||||
"test": "jest --verbose --coverage && mocha --compilers js:mocha-traceur tests/**/*.spec.js",
|
||||
"test-react": "jest --verbose --coverage",
|
||||
"test-js": "node_modules/.bin/phantomjs tests/run.js",
|
||||
"start": "npm install && bower install && gulp",
|
||||
"gulp": "gulp",
|
||||
"watch": "gulp watch",
|
||||
"lint": "jsxhint --jsx-only .",
|
||||
"postinstall": "gulp postinstall",
|
||||
"validate": "npm ls"
|
||||
},
|
||||
"pre-commit": [
|
||||
"lint"
|
||||
],
|
||||
"jest": {
|
||||
"testFileExtensions": [
|
||||
"jest.js"
|
||||
],
|
||||
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
|
||||
"testDirectoryName": "tests",
|
||||
"unmockedModulePathPatterns": [
|
||||
"<rootDir>/node_modules/react"
|
||||
]
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"babel-jest": "^13.0.0",
|
||||
"bower": "^1.7.9",
|
||||
"chai": "^3.5.0",
|
||||
"del": "^2.2.1",
|
||||
"gulp": "^3.9.1",
|
||||
"jest-cli": "^13.0.0",
|
||||
"jshint": "^2.9.2",
|
||||
"jsxhint": "^0.15.1",
|
||||
"laravel-elixir": "^5.0.0",
|
||||
"mocha": "^2.5.3",
|
||||
"mocha-sinon": "^1.1.5",
|
||||
"mocha-traceur": "^2.1.0",
|
||||
"precommit-hook": "^3.0.0",
|
||||
"sinon": "^1.17.4",
|
||||
"sinon-chai": "^2.8.0",
|
||||
"sinon-chrome": "^1.1.2",
|
||||
"traceur": "^0.0.111"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.6",
|
||||
"classnames": "^2.2.5",
|
||||
"jquery": "^3.0.0",
|
||||
"moment": "^2.13.0",
|
||||
"react": "^15.1.0",
|
||||
"react-addons-css-transition-group": "^15.1.0",
|
||||
"react-dom": "^15.1.0"
|
||||
},
|
||||
"jshintConfig": {
|
||||
"asi": false,
|
||||
"browser": true,
|
||||
"curly": false,
|
||||
"expr": true,
|
||||
"indent": 4,
|
||||
"loopfunc": true,
|
||||
"node": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"white": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user