-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.92 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@donkeyclip/motorcortex-clip-starter",
"version": "1.0.0",
"description": "Starter repo for creating Donkeyclips",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/donkeyclip/motorcortex-clip-starter"
},
"engines": {
"node": ">=12"
},
"scripts": {
"build": "webpack --mode=production --config ./server/webpack.config.js",
"lint": "eslint -c .eslintrc src/**/*.js",
"lint:fix": "npm run lint -- --fix",
"start": "npm run build & webpack serve --mode=development --config ./server/webpack.config.js",
"test": "HERE GOES YOUR TEST TASK",
"test:prod": "npm run lint"
},
"keywords": [
"motorcortex",
"donkeyclip",
"motorcortex-clip"
],
"devDependencies": {
"@babel/core": "7.20.5",
"@babel/eslint-parser": "7.19.1",
"@babel/preset-env": "7.20.2",
"@donkeyclip/motorcortex": "^9.5.7",
"@donkeyclip/motorcortex-player": "2.10.8",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "23.0.3",
"@rollup/plugin-json": "5.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
"autoprefixer": "10.4.13",
"babel-loader": "8.3.0",
"core-js": "3.26.1",
"css-minimizer-webpack-plugin": "4.2.2",
"cssnano": "5.1.14",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"html-loader": "4.2.0",
"postcss": "8.4.19",
"postcss-loader": "7.0.1",
"prettier": "2.8.0",
"rimraf": "3.0.2",
"webpack": "5.75.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.1"
},
"dependencies": {
"@donkeyclip/motorcortex-anime": "^3.1.1",
"@donkeyclip/motorcortex-animetitles": "^1.3.0",
"@donkeyclip/motorcortex-backgrounds": "^0.3.0",
"@donkeyclip/motorcortex-svgdraw": "^1.2.0"
}
}