The repo for Purrform's main BigCommerce store.
1{
2 "name": "bigcommerce-cornerstone",
3 "description": "The BigCommerce reference theme for the Stencil platform",
4 "version": "6.10.0",
5 "private": true,
6 "author": "BigCommerce",
7 "license": "MIT",
8 "dependencies": {
9 "@bigcommerce/stencil-utils": "6.15.0",
10 "core-js": "^3.9.0",
11 "creditcards": "^4.2.0",
12 "easyzoom": "^2.5.3",
13 "focus-trap": "^6.3.0",
14 "focus-within-polyfill": "^5.1.0",
15 "formdata-polyfill": "^3.0.20",
16 "foundation-sites": "^5.5.3",
17 "jquery": "^3.6.1",
18 "jstree": "^3.3.12",
19 "lazysizes": "5.2.2",
20 "lodash": "^4.17.21",
21 "nod-validate": "^2.0.12",
22 "object-fit-images": "^3.2.4",
23 "regenerator-runtime": "^0.13.7",
24 "slick-carousel": "^1.8.1",
25 "svg-injector": "^1.1.3",
26 "webfontloader": "^1.6.28",
27 "whatwg-fetch": "^3.6.1"
28 },
29 "devDependencies": {
30 "@babel/core": "^7.12.17",
31 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32 "@babel/preset-env": "^7.12.17",
33 "@bigcommerce/citadel": "^2.15.1",
34 "babel-eslint": "^10.1.0",
35 "babel-jest": "^25.5.1",
36 "babel-loader": "^8.2.2",
37 "babel-plugin-lodash": "^3.3.4",
38 "clean-webpack-plugin": "^4.0.0",
39 "cli": "^1.0.1",
40 "eslint": "^4.8.0",
41 "eslint-config-airbnb": "^16.0.0",
42 "eslint-plugin-import": "^2.22.1",
43 "eslint-plugin-jsx-a11y": "^6.4.1",
44 "eslint-plugin-react": "^7.22.0",
45 "expose-loader": "^4.0.0",
46 "grunt": "^1.5.3",
47 "grunt-cli": "^1.3.2",
48 "grunt-eslint": "^20.0.0",
49 "grunt-run": "^0.8.1",
50 "grunt-stylelint": "^0.20.1",
51 "grunt-svgstore": "^2.0.0",
52 "imports-loader": "^0.7.1",
53 "jest": "^27.2.2",
54 "lighthouse": "^10.0.0",
55 "load-grunt-config": "^3.0.1",
56 "lodash-webpack-plugin": "^0.11.6",
57 "stylelint": "^16.26.1",
58 "stylelint-config-standard-scss": "^16.0.0",
59 "time-grunt": "^1.2.2",
60 "url": "^0.11.0",
61 "webpack": "^5.76.0",
62 "webpack-bundle-analyzer": "^4.5.0",
63 "webpack-cli": "^4.5.0",
64 "webpack-merge": "^5.8.0"
65 },
66 "scripts": {
67 "cleanup": "node scripts/cleanup-themes.js",
68 "start": "stencil start -c 1 -o",
69 "publish": "npm run cleanup && stencil push -c 1 -a",
70 "build": "npx webpack --config webpack.prod.js",
71 "buildDev": "npx webpack --config webpack.dev.js",
72 "lighthouse": "npx lighthouse --config-path=lighthouse-config.js --quiet --output json --chrome-flags=\"--headless\" $URL | jq '.audits | map_values(.rawValue)'",
73 "test": "npx jest",
74 "stylelint": "stylelint 'assets/scss/custom.scss' 'assets/scss/custom/**/*.scss'",
75 "stylelint:fix": "stylelint --fix 'assets/scss/custom.scss' 'assets/scss/custom/**/*.scss'"
76 }
77}