UNPKG

1.35 kBJSONView Raw
1{
2 "name": "vitreum",
3 "version": "5.0.37",
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 "@babel/core": "^7.0.0-beta.40",
22 "@babel/preset-react": "^7.0.0-beta.40",
23 "@babel/preset-stage-3": "^7.0.0-beta.40",
24 "browserify": "^14.4.0",
25 "chalk": "^2.0.1",
26 "create-react-class": "^15.6.3",
27 "fs-extra": "^3.0.1",
28 "js-yaml": "^3.10.0",
29 "less": "^3.0.4",
30 "livereload": "^0.6.0",
31 "lodash": "^4.17.5",
32 "marked": "^0.3.19",
33 "minimatch": "^3.0.4",
34 "nodemon": "^1.17.5",
35 "react": "^16.3.0",
36 "react-dom": "^16.3.0",
37 "source-map-support": "^0.4.6",
38 "svgo": "^0.7.2",
39 "through2": "^2.0.3",
40 "uglifyify": "^4.0.5",
41 "watchify": "^3.11.0",
42 "yargs": "^11.0.0"
43 },
44 "keywords": [
45 "browserify",
46 "react",
47 "build"
48 ]
49}