-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "silc-nav",
"version": "1.0.8",
"description": "Nav component for the silc framework",
"main": "./dist/index.js",
"author": {
"name": "Nick Rigby",
"email": "[email protected]",
"url": "https://nickrigby.uk"
},
"license": "ISC",
"scripts": {
"build": "webpack --mode production",
"serve": "webpack-dev-server --mode development --open",
"test": "webpack --mode production && mocha --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/nickrigby/silc-nav"
},
"devDependencies": {
"css-loader": "^0.28.2",
"file-loader": "^0.11.1",
"mini-css-extract-plugin": "^0.4.3",
"mocha": "^5.2.0",
"node-http-server": "^6.2.1",
"node-sass": "^4.9.2",
"postcss-loader": "^3.0.0",
"sass-loader": "^6.0.3",
"silc-core": "^0.6.0",
"style-loader": "^0.18.1",
"ts-loader": "^5.1.0",
"typescript": "^3.0.3",
"url-loader": "^1.1.1",
"webpack": "^4.0.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.11",
"zombie": "^6.1.3"
}
}