-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1019 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
{
"name": "@orange4glace/biscrollbar",
"version": "1.0.3",
"description": "A Premiere pro style Guide UI component",
"homepage": "https://github.com/orange4glace/biscrollbar",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "webpack serve -c webpack.test.config.js",
"build": "rm -rf dist &&rm -rf types && webpack -c webpack.config.js && tsc -p tsconfig.types.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "orange4glace",
"license": "MIT",
"devDependencies": {
"@types/estree": "0.0.46",
"css-loader": "^5.0.1",
"sass": "^1.32.4",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.14",
"tslib": "^2.1.0",
"typescript": "^4.1.3",
"webpack": "^5.13.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"@orange4glace/vs-lib": "^1.0.2"
},
"publishConfig": {
"access": "public"
}
}