forked from TheIdentitySelector/thiss-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.54 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.54 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "@theidentityselector/thiss",
"version": "1.5.0",
"description": "The Identity Selector",
"main": "index.js",
"private": false,
"scripts": {
"test": "./node_modules/.bin/nyc --reporter=lcov -- ./node_modules/mocha/bin/_mocha --require @babel/register",
"lint": "node_modules/.bin/goodparts src",
"cover": "./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
"dev": "webpack-dev-server --hot --json --open --config webpack.dev.js",
"local": "webpack-dev-server --hot --json --open --config webpack.local.js",
"beta": "webpack-dev-server --hot --json --open --config webpack.beta.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"postinstall": "npm rebuild node-sass --force"
},
"keywords": [],
"author": "Leif Johansson <leifj@sunet.se>",
"license": "BSD",
"devDependencies": {
"@babel/cli": "^7.12.7",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.6.3",
"@fortawesome/fontawesome-free": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.6.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^6.0.3",
"coveralls": "^3.0.2",
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"favicons-webpack-plugin": "^1.0.1",
"fetch-mock": "^7.3.0",
"file-loader": "^2.0.0",
"flow": "^0.2.3",
"flow-bin": "^0.109.0",
"goodparts": "^1.2.1",
"hashes": "^0.1.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-beta.8",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.4.4",
"mocha-lcov-reporter": "^1.3.0",
"mocker-api": "^1.6.7",
"node-sass": "^4.14.1",
"nyc": "^13.3.0",
"popper": "^1.0.1",
"preload-webpack-plugin": "^3.0.0-beta.3",
"raw-loader": "^1.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"url-loader": "^1.1.2",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.1.4",
"webpack-polyfill-injector": "^3.0.2",
"webpack-polyfills-plugin": "^0.2.0",
"zoid": "^9.0.34"
},
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage"
}
]
],
"dependencies": {
"@babel/register": "^7.13.16",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@theidentityselector/js-storage": "^1.0.4",
"@theidentityselector/thiss-ds": "^1.0.13",
"belter": "^1.0.165",
"chai": "^4.2.0",
"chownr": "^1.1.1",
"dotenv-webpack": "^1.7.0",
"ejs": "^2.7.4",
"ejs-compiled-loader": "^3.0.2",
"ejs-loader": "^0.3.3",
"fibers": "^4.0.1",
"hogan": "^1.0.2",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.5.0",
"jquery-ui": "^1.12.1",
"lodash": "^4.17.21",
"mocha": "^5.2.0",
"mock-browser": "^0.92.14",
"mustache-loader": "^1.4.3",
"node-fetch": "^2.6.1",
"popper.js": "^1.16.1",
"post-robot": "^10.0.14",
"proxy-agent": "^3.1.1",
"snyk": "^1.606.0",
"sass": "^1.32.12"
},
"snyk": true
}