You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

43 lines
1.2 KiB

{
"name": "rollupjs.org",
"author": "Rich Harris",
"version": "0.1.0",
"devDependencies": {
"autoprefixer": "^6.3.4",
"babel-preset-es2015-rollup": "^1.1.1",
"cssnano": "^3.5.2",
"eslint": "^2.4.0",
"eslint-plugin-html": "^1.4.0",
"gobble": "^0.10.2",
"gobble-cli": "^0.6.0",
"gobble-postcss": "^0.3.0",
"gobble-ractive": "^0.2.0",
"gobble-replace": "^0.3.1",
"gobble-rollup": "^0.25.0",
"gobble-spelunk": "^0.6.0",
"gobble-uglifyjs": "^0.2.1",
"marked": "^0.3.5",
"postcss-clearfix": "^1.0.0",
"postcss-import": "^8.0.2",
"postcss-nested": "^1.0.0",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-node-resolve": "^1.5.0",
"sander": "^0.4.0",
"surge": "^0.17.7"
},
"scripts": {
"start": "gobble",
"lint": "node node_modules/eslint/bin/eslint src --ext .js --ext .html",
"build": "gobble build -f dist",
"deploy": "surge dist rollupjs.org",
"predeploy": "npm run build"
},
"dependencies": {
"codemirror": "^5.13.2",
"ractive": "^0.7.3",
"ractive-events-tap": "^0.3.0",
"ractive-transitions-slide": "^0.4.0",
"rollup": "^0.25.6"
}
}