cc-core-cli
Version:
Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.
37 lines • 1.06 kB
JSON
{
"name": "cs-admin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:dev": "next dev -p 4001",
"build": "next build",
"build:lib": "rollup -c",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@shopstack/cs-admin-lib": "^3.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"acorn-jsx": "^5.3.2",
"rollup": "^4.41.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-svg-import": "^3.0.0"
}
}