forked from modxcms/fred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "fred",
"version": "1.2.0",
"description": "Fred - The Friendly Editor",
"scripts": {
"build": "webpack --progress --mode production",
"dev": "webpack --watch --progress --mode development"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.3.0",
"cssnano": "^4.1.10",
"mini-css-extract-plugin": "^0.11.2",
"postcss": "^8.2.13",
"postcss-inline-svg": "^4.1.0",
"postcss-loader": "^4.0.2",
"postcss-svgo": "^4.0.2",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"choices.js": "^3.0.4",
"dragula": "github:theboxer/dragula#master",
"fetch-defaults": "^1.0.0",
"flatpickr": "^4.6.3",
"hoverintent": "^2.2.1",
"html2canvas": "^1.0.0-rc.5",
"isomorphic-fetch": "^2.2.1",
"jssha": "^3.1.2",
"lodash": "^4.17.21",
"mousetrap": "^1.6.3",
"nouislider": "^11.1.0",
"promise-cancel": "^2.0.1",
"twig": "^1.15.2"
}
}