-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.35 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.35 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
{
"name": "elementals",
"title": "Elementals",
"description": "JavaScript library for components",
"version": "1.0.0",
"main": "index.js",
"homepage": "https://github.com/harm-smits/elementals",
"author": {
"name": "Harm Smits and other contributors",
"url": "https://github.com/harm-smits/elementals/blob/master/AUTHORS.txt"
},
"repository": {
"type": "git",
"url": "https://github.com/harm-smits/elementals.git"
},
"keywords": [
"elementals",
"components",
"framework",
"library"
],
"bugs": {
"url": "https://github.com/harm-smits/elementals/issues"
},
"license": "MIT",
"scripts": {
"build-tests": "webpack --progress -p"
},
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/plugin-transform-destructuring": "^7.6.0",
"@babel/plugin-transform-exponentiation-operator": "^7.2.0",
"@babel/plugin-transform-literals": "^7.2.0",
"@babel/plugin-transform-parameters": "^7.4.4",
"@babel/plugin-transform-property-mutators": "^7.2.0",
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
"@babel/plugin-transform-spread": "^7.6.2",
"@babel/plugin-transform-template-literals": "^7.7.4",
"@babel/plugin-transform-typeof-symbol": "^7.2.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "7.6.3",
"assets-webpack-plugin": "^3.9.10",
"babel-loader": "8.0.6",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.6.5",
"css-loader": "^3.2.0",
"extract-css-chunks-webpack-plugin": "^4.6.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-loader": "^0.5.5",
"html-minifier-terser": "^5.0.2",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"promise-polyfill": "^8.1.3",
"regenerator-runtime": "^0.13.3",
"sass": "^1.22.12",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.1.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-fix-style-only-entries": "^0.4.0",
"webpack-subresource-integrity": "^1.3.4"
}
}