-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "ui-components",
"version": "0.0.1",
"description": "A UI component library and gallery.",
"main": "index.js",
"scripts": {
"build": "./bin/build.js",
"build-prod": "NODE_ENV=production ./bin/build.js",
"start": "./bin/build.js -w",
"test": "echo \"No tests yet...\""
},
"author": "Will Hastings",
"license": "CC-BY-4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/whastings/ui-components.git"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"cp": "^0.2.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"handlebars": "^4.0.5",
"metalsmith": "^2.1.0",
"metalsmith-if": "^0.1.1",
"metalsmith-layouts": "^1.6.5",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-watch": "^1.0.3",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"@whastings/js_utils": "^0.6.0",
"document-register-element": "^0.5.4",
"normalize.css": "^4.2.0"
}
}