-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.95 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
71
72
73
{
"name": "product_catalog_ui",
"version": "0.1.0",
"description": "a webapp",
"author": "Cameron Bytheway <undefined>",
"main": "app.js",
"scripts": {
"start": "./node_modules/.bin/startup start"
},
"engines": {
"node": "6.2.x",
"npm": "3.x.x"
},
"dependencies": {
"ast2template": "^0.3.0",
"ast2template-loader": "^0.2.0",
"autoprefixer": "^5",
"autoprefixer-loader": "2.0.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.18.0",
"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",
"mocha": "^2.4.5",
"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": "^2.0",
"poe-ui-builder": "^1.1.1",
"raf": "^2.0.4",
"react": "^15",
"react-component-loader": "^0.1.0",
"react-dom": "^15.3.2",
"react-loading-status-mixin": "^0.1.3",
"startup": "^1.1.0",
"style-loader": "^0.8.2",
"ui-kit-classnames": "^1.0.0",
"ui-kit-color": "^1.0.0",
"ui-kit-root": "^1.0.0",
"url-loader": "^0.5.5",
"urlsafe-base64": "^1.0.0",
"webpack": "^1.9.4"
},
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.2.1",
"webpack-dev-server": "^1.8.0"
}
}