-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.88 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
{
"name": "ui-intro",
"version": "0.1.0",
"description": "introduction to poe-ui",
"author": "Brandon Bassett <[email protected]>",
"main": "app.js",
"scripts": {
"start": "./node_modules/.bin/startup start"
},
"repository": {
"type": "git",
"url": "https://github.com/poegroup/ui-intro"
},
"engines": {
"node": "5.x.x",
"npm": "3.x.x"
},
"dependencies": {
"ast2template": "^0.3.0",
"ast2template-loader": "^0.2.0",
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.2.16",
"babel-loader": "camshaft/babel-loader",
"babel-runtime": "5.2.16",
"branding": "git+https://github.com/movementventures/branding.git",
"css-loader": "^0.9.0",
"envs": "^0.1.6",
"ess-compiler": "^0.2.6",
"ess-loader": "^0.4.0",
"ess2ast-loader": "^0.1.0",
"extract-text-webpack-plugin": "^0.3.6",
"file-loader": "^0.8.1",
"form-store": "^0.1.0",
"hyper-client-superagent": "^0.1.0",
"hyper-client-wait1": "^0.2.0",
"hyper-path": "^1.0.0",
"hyper-store": "^1.0.0",
"hyper-uri-format": "^0.1.3",
"hyperagent": "^0.2.9",
"jade": "^1.9.2",
"jade-html-loader": "^0.0.2",
"jade2ast-loader": "^0.1.0",
"json-loader": "^0.5.1",
"lang-js-translate": "^1.0.2",
"lru-cache": "^2.5.0",
"onus": "^0.3.0",
"onus-content": "^0.1.2",
"onus-loader": "^0.2.0",
"onus-meta": "^0.1.0",
"onus-router": "^0.1.0",
"onus-style": "^0.2.0",
"onus-translate": "^0.2.0",
"poe-ui": "^1.2.0",
"poe-ui-builder": "^1.1.1",
"raf": "^2.0.4",
"react": "^0.12.2",
"react-component-loader": "^0.1.0",
"react-loading-status-mixin": "^0.1.3",
"startup": "^1.0.3",
"style-loader": "^0.8.2",
"ui-kit": "^0.11.0",
"url-loader": "^0.5.5",
"urlsafe-base64": "^1.0.0",
"webpack": "^1.9.4"
},
"devDependencies": {
"webpack-dev-server": "^1.8.0"
}
}