-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 961 Bytes
/
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
{
"name": "fredfaeditor",
"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"
],
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"babel-loader": "^9.1.3",
"path-browserify": "^1.0.1",
"ts-loader": "^9.5.1",
"typescript": "^5.4.4",
"url": "^0.11.3",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"yaml": "^2.6.0",
"yaml-loader": "^0.8.1"
},
"library": {
"name": "FredFAEditor",
"entry": "index.js",
"dist-web": "fred-fa-editor.min.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0"
}
}