-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.71 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
{
"name": "silc",
"version": "0.4.1",
"description": "Simple, Intutive, Library of Components for Web Developers",
"main": "index.js",
"scripts": {
"serve": "NODE_ENV=development webpack-dev-server --open",
"watch": "webpack --watch",
"build:staging": "NODE_ENV=staging webpack -p",
"build:production": "NODE_ENV=production webpack -p",
"fractal": "concurrently --kill-others-on-fail \"npm run watch\" \"fractal start --sync\"",
"fractal:build": "fractal build"
},
"author": {
"name": "Nick Rigby",
"email": "[email protected]",
"url": "https://nickrigby.uk"
},
"license": "MIT",
"devDependencies": {
"ajv": "^6.5.2",
"autoprefixer": "^7.1.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"concurrently": "^3.5.0",
"copy-webpack-plugin": "^4.1.1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"handlebars-loader": "^1.6.0",
"html-loader": "^0.5.1",
"node-sass": "^4.5.2",
"normalize-scss": "^7.0.1",
"postcss-loader": "^2.0.5",
"sass-loader": "^6.0.3",
"silc-accordion": "^0.9.2",
"silc-core": "^0.6.0",
"silc-grid": "^0.6.0",
"silc-nav": "^0.6.0",
"silc-offcanvas": "^0.6.0",
"silc-utilities": "^0.3.1",
"style-loader": "^0.16.1",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"url-loader": "^1.1.1",
"vue": "^2.5.16",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/nickrigby/silc"
},
"dependencies": {
"@frctl/fractal": "^1.1.7"
}
}