-
Notifications
You must be signed in to change notification settings - Fork 269
/
package.compiler.json
70 lines (70 loc) · 2.07 KB
/
package.compiler.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "usweb-compiler",
"description": "Compiles css, js (spa), images, etc",
"version": "0.0.0",
"private": true,
"scripts": {
"compile": "./src/scripts/build.sh",
"vendors": "./src/scripts/vendors.sh",
"spa": "./src/scripts/spa.sh",
"css": "./src/scripts/css.sh",
"images": "./src/scripts/images.sh",
"css-watch": "echo 'not implemented'",
"test": "NODE_ENV=development mocha --compilers js:./src/app/lib/testdom.js,js:babel/register $(find test/unit/ -name '*.js')",
"integration": "NODE_ENV=development babel-node ./src/app/lib/parallel-mochas '--compilers js:babel/register --reporter spec ./test/integration/*.js'"
},
"aliasify": "./src/app/aliases.json",
"dependencies": {
"axios": "0.16.2",
"aliasify": "1.7.2",
"autoprefixer": "6.0.3",
"babel": "5.8.21",
"babelify": "6.3.0",
"browserify": "14.4.0",
"browsernizr": "1.1.0",
"bundle-collapser": "1.2.1",
"classnames": "2.1.5",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"consolidate": "0.13.1",
"cssnano": "3.10.0",
"ellipsize": "0.0.2",
"envify": "4.0.0",
"es6-promise": "3.0.2",
"firebase": "^3.4.0",
"postcss": "5.0.8",
"postcss-cli": "2.1.0",
"he": "0.5.0",
"hex-rgb": "1.0.0",
"hls.js": "0.7.9",
"isomorphic-fetch": "2.1.1",
"jsdom": "6.5.1",
"lodash": "3.10.0",
"mocha": "2.3.2",
"moment": "2.10.6",
"normalize-libsass": "1.0.3",
"persistify": "1.1.1",
"react": "15.4.1",
"react-addons-test-utils": "15.4.1",
"react-dom": "15.4.1",
"react-helmet": "3.3.0",
"react-highlight": "0.9.0",
"react-html5video": "2.1.0",
"react-mixin": "^3.0.5",
"react-responsive": "1.2.1",
"react-scroll": "1.4.4",
"react-swipe": "5.0.6",
"react-transition-manager": "1.3.2",
"reactfire": "^1.0.0",
"rgb-hex": "1.0.0",
"route-pattern": "0.0.6",
"scrollmagic": "2.0.5",
"sinon": "1.16.1",
"sinon-chai": "2.8.0",
"svg4everybody": "1.0.0",
"urllite": "0.5.0",
"uglify-es": "3.0.15",
"uglifyify": "3.0.4",
"wd": "1.1.1"
}
}