Files
viewer-dwgoffset/package.json
2017-03-08 09:39:50 -05:00

65 lines
1.7 KiB
JSON

{
"name": "viewer-layout",
"version": "0.0.1",
"private": false,
"scripts": {
"build-css": "node-sass src/ -o src/",
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
"start": "npm run start:server",
"watch": "npm-run-all --parallel watch-css start:*",
"start:server": "node server/server.js",
"start:client": "react-scripts start",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postinstall": "npm run build"
},
"author": "Jaime Rosales",
"license": "MIT",
"proxy": "http://localhost:3001/",
"repository": {
"type": "git",
"url": "git+https://github.com/jaimerosales/viewer-move-xyplane.git"
},
"bugs": {
"url": "https://github.com/jaimerosales/viewer-move-xyplane/issues"
},
"dependencies": {
"axios": "^0.15.2",
"babel-cli": "6.6.5",
"babel-core": "6.4.5",
"babel-preset-es2015": "6.3.13",
"babel-preset-stage-0": "6.5.0",
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"dragula": "^3.7.2",
"express": "4.13.3",
"font-awesome": "^4.7.0",
"imports-loader": "^0.7.1",
"lodash": "^4.17.3",
"node-sass": "^4.5.0",
"npm-run-all": "^3.1.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^5.0.1",
"react-scripts": "^0.7.0",
"redux": "^3.6.0",
"scroll-to": "0.0.2",
"snapsvg": "^0.5.1",
"velocity-animate": "^1.4.3"
},
"devDependencies": {
"node-sass": "^4.5.0"
},
"babel": {
"presets": [
"es2015",
"stage-0"
]
},
"engines": {
"node": "6.7.x",
"npm": "3.10.x"
}
}