-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.88 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": "orca-logo",
"version": "1.3.1",
"description": "The logo for NCLS Development's Orca solution in all its forms, as a Web Component",
"main": "dist/orca-logo.min.js",
"module": "src/orca-logo/orca-logo.ts",
"scripts": {
"analyze": "cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack --mode production --analyze",
"build": "cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack --mode production",
"dev": "cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack serve --mode development --port 8001 --open",
"start": "npm run dev",
"deploy": "npm run build && gh-pages --dist dist --branch gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccjmne/orca-logo.git"
},
"keywords": [
"logo",
"ncls",
"orca",
"vanillajs",
"usetheplatform",
"webcomponent",
"customelement",
"svg",
"animated"
],
"author": "Eric NICOLAS <ccjmne@gmail.com> (ccjmne)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ccjmne/orca-logo/issues"
},
"homepage": "https://github.com/ccjmne/orca-logo#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"gh-pages": "^3.2.3",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^6.0.1",
"sass-loader": "^12.3.0",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",
"webpack": "^5.64.4",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
}
}