forked from Fr0stbyteR/faust-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 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
{
"name": "faust-ui",
"version": "1.0.4",
"description": "Faust UI elements compositor",
"main": "./dist/faust-ui.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack --mode development",
"dist": "npm run build && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fr0stbyteR/faust-ui.git"
},
"keywords": [
"Faust"
],
"author": "Fr0stbyteR",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@shren/typed-event-emitter": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^6.0.1",
"raw-loader": "^4.0.2",
"sass-loader": "^12.1.0",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"typescript": "^4.3.3",
"webpack": "^5.39.0",
"webpack-cli": "^4.7.2"
}
}