-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "aeb-design",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "",
"prepare": "husky",
"lint": "eslint ./package/",
"build": "rollup -c ./rollup.config.prod.js",
"dev": "rollup -c ./rollup.config.dev.js --watch",
"preinstall": "npx only-allow pnpm"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.6.0",
"eslint": "^9.6.0",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.6.0",
"typescript-eslint": "^7.14.1"
},
"dependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"husky": "^9.0.11",
"i": "^0.3.7",
"rollup": "^4.18.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-serve": "^1.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.77.6",
"scss": "^0.2.4",
"typescript": "^5.5.2"
}
}