-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "fredrtetinymce",
"version": "1.0.3",
"description": "ES6 Universal Library Starter",
"main": "./_build/assets/index.js",
"scripts": {
"build": "webpack --progress --mode production",
"dev": "webpack --watch --progress --mode development"
},
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"index.js",
"lib",
"dist"
],
"library": {
"name": "FredRTETinyMCE",
"entry": "index.js",
"dist-web": "fredrtetinymce.min.js"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.8",
"@babel/register": "^7.23.7",
"babel-loader": "^9.1.3",
"babel-plugin-add-module-exports": "^1.0.4",
"braces": "^3.0.2",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"merge-stream": "^2.0.0",
"mini-css-extract-plugin": "^2.7.7",
"object-assign": "^4.1.1",
"randomatic": "^3.1.1",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"autoprefixer": "^10.4.17",
"css-loader": "^6.9.1",
"cssnano": "^6.0.3",
"postcss-loader": "^8.0.0",
"sass": "^1.70.0",
"sass-loader": "^14.0.0"
}
}