flowjv-builder
Version:
FlowJV Builder!
39 lines (38 loc) • 988 B
JSON
{
"name": "flowjv-builder",
"version": "0.16.0",
"description": "FlowJV Builder!",
"scripts": {
"prepare": "npm run build",
"dev": "NODE_ENV=development ../../node_modules/.bin/next dev -p 3333",
"build": "NODE_ENV=production rm -rf ./dist && NODE_ENV=production ../../node_modules/.bin/next build",
"export": "NODE_ENV=production npm run build && NODE_ENV=production ../../node_modules/.bin/next export",
"test": "echo 'NO TESTS!'"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"json-validation"
],
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "https://github.com/pkishorez/flowjv"
},
"author": "Kishore",
"license": "ISC",
"dependencies": {
"@types/classnames": "^2.2.11",
"classnames": "^2.2.6",
"flowjv": "^0.16.0",
"flowjv-react": "^0.16.0",
"flowjv-react-material": "^0.16.0",
"loadjs": "^4.2.0",
"next": "^10.0.5",
"next-videos": "^1.4.0"
},
"gitHead": "b4c1e3fb4e25748fbc09ea9ea0116fee8d747309"
}