-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "gross-js",
"version": "1.1.2",
"description": "Plugin for javascript",
"main": "webpack.config.js",
"private": false,
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode production -w",
"server": "php -S 127.0.0.1:3000"
},
"author": "<[email protected]>",
"license": "GNU GPL",
"repository": {
"type": "git",
"url": "git+https://github.com/TheWitcher1991/gross-js.git"
},
"bugs": {
"url": "https://github.com/TheWitcher1991/gross-js"
},
"homepage": "https://github.com/TheWitcher1991/gross-js#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-for-of": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/runtime": "^7.5.5",
"babel-loader": "^8.0.6",
"eslint": "^6.2.2",
"eslint-loader": "^3.0.0",
"express": "^4.17.1",
"jquery": "^3.4.1",
"mocha": "^6.2.0",
"nodemon": "^1.19.1",
"requirejs": "^2.3.6",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
},
"devEngines": {
"node": ">= 10.x",
"npm": ">= 6.x",
"yarn": ">= 1.15.2"
},
"dependencies": {
"babel-eslint": "^10.0.2"
}
}