forked from gpitot/fairfax-header
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "nine-immersive-header",
"version": "0.7.0",
"description": "npm package for dynamic nine immersive header",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run lint && npx webpack",
"lint": "eslint ./src",
"prepublish": "npm run build"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aaronlutze/nine-immersive-header.git"
},
"author": "Aaron Lutze",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaronlutze/nine-immersive-header/issues"
},
"homepage": "https://github.com/aaronlutze/nine-immersive-header#readme",
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"babel-cli": "^6.26.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.48.0",
"node-sass": "^9.0.0",
"path": "^0.12.7",
"sass-loader": "13.3.2",
"style-loader": "^3.3.3",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"whatwg-fetch": "^3.6.18"
}
}