Skip to content

Commit

Permalink
Merge pull request #410 from GSA/Release-0.0.98
Browse files Browse the repository at this point in the history
Updated version to 0.0.98
  • Loading branch information
yerramshilpa authored Jan 27, 2021
2 parents fb68bc7 + 62cd6e2 commit e8f4a01
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 64 additions & 64 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,65 +1,65 @@
{
"name": "@gsa-sam/sam-styles",
"version": "0.0.97",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development concurrently 'npm:server:fractal' 'npm:server:webpack'",
"server:fractal": "node server.js",
"server:webpack": "webpack-dev-server --hot",
"build": "cross-env NODE_ENV=production concurrently 'npm run build:fractal' 'npm run build:webpack'",
"build:fractal": "fractal build",
"build:webpack": "cross-env NODE_ENV=production webpack",
"build:lib": "webpack --config webpack.lib.config.js",
"federalist": "npm install --only=dev && npm run copy:assets && npm run build",
"copy:assets": "node setup.js",
"postinstall": "npm run copy:assets"
},
"repository": {
"type": "git",
"url": "https://github.com/GSA/sam-styles.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@frctl/fractal": "^1.2.0",
"@frctl/mandelbrot": "^1.2.0",
"@frctl/nunjucks": "^1.0.3",
"@gsa-sam/icons": "^1.0.0",
"bootstrap-icons": "^1.2.1",
"copy": "^0.3.2",
"uswds": "2.6.0"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.2",
"@fortawesome/fontawesome-free": "^5.9.0",
"autoprefixer": "^9.5.0",
"axe-core": "^3.2.2",
"babel-loader": "^8.0.6",
"chrome-launcher": "^0.10.5",
"chrome-remote-interface": "^0.27.1",
"clean-webpack-plugin": "^1.0.1",
"concurrently": "^4.1.1",
"copy-webpack-plugin": "^5.0.1",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"jest": "^24.5.0",
"jest-environment-jsdom": "^24.5.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^8.4.0",
"stylelint-scss": "^3.5.4",
"stylelint-webpack-plugin": "^0.10.5",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"yargs": "^13.2.2"
}
}
"name": "@gsa-sam/sam-styles",
"version": "0.0.98",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development concurrently 'npm:server:fractal' 'npm:server:webpack'",
"server:fractal": "node server.js",
"server:webpack": "webpack-dev-server --hot",
"build": "cross-env NODE_ENV=production concurrently 'npm run build:fractal' 'npm run build:webpack'",
"build:fractal": "fractal build",
"build:webpack": "cross-env NODE_ENV=production webpack",
"build:lib": "webpack --config webpack.lib.config.js",
"federalist": "npm install --only=dev && npm run copy:assets && npm run build",
"copy:assets": "node setup.js",
"postinstall": "npm run copy:assets"
},
"repository": {
"type": "git",
"url": "https://github.com/GSA/sam-styles.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@frctl/fractal": "^1.2.0",
"@frctl/mandelbrot": "^1.2.0",
"@frctl/nunjucks": "^1.0.3",
"@gsa-sam/icons": "^1.0.0",
"bootstrap-icons": "^1.2.1",
"copy": "^0.3.2",
"uswds": "2.6.0"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.2",
"@fortawesome/fontawesome-free": "^5.9.0",
"autoprefixer": "^9.5.0",
"axe-core": "^3.2.2",
"babel-loader": "^8.0.6",
"chrome-launcher": "^0.10.5",
"chrome-remote-interface": "^0.27.1",
"clean-webpack-plugin": "^1.0.1",
"concurrently": "^4.1.1",
"copy-webpack-plugin": "^5.0.1",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"jest": "^24.5.0",
"jest-environment-jsdom": "^24.5.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^8.4.0",
"stylelint-scss": "^3.5.4",
"stylelint-webpack-plugin": "^0.10.5",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"yargs": "^13.2.2"
}
}

0 comments on commit e8f4a01

Please sign in to comment.