-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.63 KB
/
package.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": "xawertajm",
"version": "0.1.0",
"description": "Xawertajm - Xell aj woxx maj kar?",
"dependencies": {
"browserify": "*",
"chai": "^3.5.0",
"classnames": "^2.2.0",
"connect": "*",
"define": "^1.0.1",
"ejs": "^2.4.2",
"envify": "*",
"es6-promise-polyfill": "^1.2.0",
"express": "^4.14.0",
"flux": "^2.1.1",
"global-define": "^2.2.0",
"globify": "^1.2.1",
"immutable": "^3.7.5",
"ixaris-uxf": "^0.1.3",
"jquery": "^3.0.0",
"jsdom": "^8.1.0",
"keymirror": "^0.1.1",
"localStorage": "^1.0.3",
"lodash": "^3.10.1",
"mocha": "^2.4.5",
"mocha-phantomjs-core": "^2.0.1",
"phantomjs": "^2.1.7",
"radium": "^0.16.5",
"radium-stylify": "*",
"react": "^0.14.3",
"react-addons-linked-state-mixin": "^0.14.3",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"react-templatify": "*",
"reactify": "*",
"serve-static": "*",
"slimerjs": "^0.906.1",
"uglify-js": "*",
"watchify": "*",
"webpage": "^0.3.0"
},
"scripts": {
"start": "watchify -v -d app/app.js -o app/bundle.js | node server.js",
"build": "browserify -d app/app.js -t [envify --NODE_ENV production] | uglifyjs -cm > app/bundle.min.js"
},
"author": "Matthew Croker",
"browserify": {
"transform": [
"reactify",
"envify",
[
"radium-stylify",
{
"styleExtension": [
".rt.css"
]
}
],
[
"react-templatify",
{
"extension": [
".rt.html"
],
"targetVersion": "0.14.0"
}
]
]
}
}