UNPKG

1.4 kBJSONView Raw
1{
2 "name": "vitreum",
3 "version": "5.4.2",
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 "test": "cd ../vitreum_test && npm init -y && npm link ../vitreum && vitreum init -y",
12 "audit": "npm audit > audit"
13 },
14 "author": "Scott Tolksdorf <scott.tolksdorf@gmail.com> (https://github.com/stolksdorf)",
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/stolksdorf/vitreum/issues"
18 },
19 "homepage": "https://github.com/stolksdorf/vitreum",
20 "dependencies": {
21 "browserify": "^14.4.0",
22 "chalk": "^2.4.1",
23 "fs-extra": "^3.0.1",
24 "js-yaml": "^3.12.0",
25 "less": "^3.8.1",
26 "livereload": "^0.6.0",
27 "lodash": "^4.17.11",
28 "marked": "^0.3.19",
29 "minimatch": "^3.0.4",
30 "nodemon": "^1.18.7",
31 "source-map-support": "^0.4.6",
32 "svgo": "^0.7.2",
33 "through2": "^2.0.3",
34 "uglifyify": "^4.0.5",
35 "watchify": "^3.11.0",
36 "yargs": "^11.1.0"
37 },
38 "peerDependencies": {
39 "@babel/core": "^7.0.0-beta.56",
40 "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.56",
41 "@babel/preset-react": "^7.0.0-beta.56",
42 "react": "^16.4.2",
43 "react-dom": "^16.4.2",
44 "create-react-class": "^15.6.3"
45 },
46 "keywords": [
47 "browserify",
48 "react",
49 "build"
50 ]
51}