UNPKG

1.67 kBJSONView Raw
1{
2 "name": "vitreum",
3 "version": "5.5.3",
4 "description": "Web app build system using Browserify, React, and Less",
5 "bin": "lib/vitreum",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/stolksdorf/vitreum.git"
9 },
10 "scripts": {
11 "scaffold": "cd ../vitreum_test && npm init -y && npm link ../vitreum && vitreum init -y && cd ../vitreum && node scripts/install_local_libs.js",
12 "test": "pico-check",
13 "test:dev": "pico-check -w -b",
14 "audit": "npm audit > audit"
15 },
16 "author": "Scott Tolksdorf <scott.tolksdorf@gmail.com> (https://github.com/stolksdorf)",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/stolksdorf/vitreum/issues"
20 },
21 "homepage": "https://github.com/stolksdorf/vitreum",
22 "dependencies": {
23 "browserify": "^16.2.3",
24 "chalk": "^2.4.1",
25 "fs-extra": "^3.0.1",
26 "js-yaml": "^3.12.0",
27 "less": "^3.8.1",
28 "livereload": "^0.6.0",
29 "lodash": "^4.17.11",
30 "minimatch": "^3.0.4",
31 "nodemon": "^1.18.7",
32 "source-map-support": "^0.4.6",
33 "svgo": "^0.7.2",
34 "through2": "^2.0.3",
35 "uglifyify": "^4.0.5",
36 "watchify": "^3.11.0",
37 "yargs": "^11.1.0"
38 },
39 "peerDependencies": {
40 "@babel/core": "^7.0.0-beta.56",
41 "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.56",
42 "@babel/preset-react": "^7.0.0-beta.56",
43 "react": "^16.4.2",
44 "react-dom": "^16.4.2",
45 "create-react-class": "^15.6.3"
46 },
47 "keywords": [
48 "browserify",
49 "react",
50 "build"
51 ],
52 "devDependencies": {
53 "create-react-class": "^15.6.3",
54 "html2json": "^1.0.2",
55 "pico-check": "^1.2.1",
56 "react": "^16.8.0",
57 "react-dom": "^16.8.0"
58 }
59}