-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 804 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 804 Bytes
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
{
"name": "easy-html-table-maker",
"version": "0.1.0",
"description": "A static HTML app to help you create and style HTML tables without losing your mind",
"author": "javaBryan",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@rollup/plugin-babel": "^5.3.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.5",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"rollup": "^2.53.2",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"scss": "^0.2.4"
},
"dependencies": {
"sass": "^1.54.8"
}
}