-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.78 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
{
"name": "mithril-template-converter",
"description": "Mithril HTML to JavaScript converter webpage",
"version": "1.3.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ArthurClemens/mithril-template-converter.git"
},
"scripts": {
"deps": "npm run npm-check-updates && npm install && npm audit fix && lerna run npm-check-updates --stream && lerna clean -y && lerna bootstrap",
"npm-check-updates": "./node_modules/npm-check-updates/bin/cli.js -u"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-external-helpers": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-arrow-functions": "^7.14.5",
"@babel/plugin-transform-object-assign": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"compression-webpack-plugin": "^8.0.1",
"css-loader": "^6.2.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"lerna": "^4.0.0",
"mini-css-extract-plugin": "2.1.0",
"npm-check-updates": "^11.8.3",
"npm-run-all": "^4.1.5",
"prettier": "2.3.2",
"rollup": "^2.53.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-jsx": "1.0.3",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-pathmodify": "^1.0.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"style-loader": "^3.1.0",
"webpack": "^5.45.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}