forked from CodeUmoja/pixel-toons-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "pixel-toons",
"type": "module",
"version": "1.0.0",
"description": "-",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"deploy": "gh-pages -d build",
"start": "http-server -c-1",
"check": "eslint --fix public/scripts/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeUmoja/pixel-toons-example.git"
},
"author": "Umoja",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeUmoja/pixel-toons/issues"
},
"homepage": "https://github.com/MytsV/pixel-toons-editor",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/eslint-parser": "^7.17.0",
"@babel/eslint-plugin": "^7.17.7",
"@babel/preset-env": "^7.16.11",
"chai": "^4.3.6",
"eslint": "^8.11.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-plugin-import": "^2.25.4",
"gh-pages": "^4.0.0",
"mocha": "^9.1.3",
"nodemon": "^2.0.15",
"stylelint": "^14.8.1",
"stylelint-config-standard": "^25.0.0"
}
}