-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 996 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
36
37
38
{
"name": "@constgen/neutrino",
"version": "1.12.0",
"private": true,
"description": "Neutrino middlewares for a quick project preset building",
"author": "Constantine Genchevsky <[email protected]>",
"license": "GPL-3.0",
"keywords": [
"neutrino",
"neutrino-middleware",
"middleware",
"preset",
"webpack"
],
"scripts": {
"preinstall": "node -e \"!process.env.npm_config_user_agent.startsWith('pnpm/') && !console.log('Use \\`npx pnpm install\\` to install dependencies in this repository\\n') && process.exit(1)\"",
"eslint": "eslint ./",
"pretest": "npm run eslint -- --max-warnings 0",
"lint": "npm run eslint -- --fix",
"postversion": "git push && git push --tags"
},
"dependencies": {
"neutrino": "9.4.0",
"webpack": "^4.42.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"vue": "^2.6.11"
},
"devDependencies": {
"@constgen/eslint": "2.2.0",
"eslint": "7.8.1"
},
"engines": {
"node": ">=10",
"npm": ">=5.4.0",
"pnpm": ">=4.12.0"
}
}