-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.85 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@atomspace/vue",
"version": "2.0.0",
"description": "Neutrino preset for creating a Vue project",
"main": "src/index.js",
"scripts": {
"eslint": "eslint ./",
"pretest": "npm run eslint -- --max-warnings 0",
"lint": "npm run eslint -- --fix",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atomspace/atomspace-vue.git"
},
"keywords": [
"neutrino",
"neutrino-preset",
"atomspace",
"vue"
],
"author": "Atom Space",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/atomspace/atomspace-vue/issues"
},
"homepage": "https://github.com/atomspace/atomspace-vue#readme",
"dependencies": {
"@constgen/neutrino-analysis": "~1.9.2",
"@constgen/neutrino-env": "~1.9.2",
"@constgen/neutrino-image-loader": "~1.9.2",
"@constgen/neutrino-mode": "~1.9.2",
"@constgen/neutrino-optimization": "~1.12.0",
"@constgen/neutrino-progress": "~1.9.2",
"@constgen/neutrino-vue-launcher": "~1.12.0",
"@constgen/neutrino-vue-loader": "~1.12.0",
"@constgen/neutrino-revision": "~1.9.2",
"@constgen/neutrino-sourcemap": "~1.9.2",
"@constgen/neutrino-static-files": "~1.9.2",
"@constgen/neutrino-svg-loader": "~1.9.2",
"@neutrinojs/clean": "9.5.0",
"@neutrinojs/web": "9.5.0",
"deepmerge": "4.2.2",
"pug": "3.0.2",
"pug-plain-loader": "1.1.0",
"raw-loader": "4.0.2",
"neutrino-middleware-less-loader": "~7.0.0",
"neutrino-middleware-sass-loader": "~2.2.0"
},
"devDependencies": {
"@atomspace/eslint": "6.3.0",
"eslint": "7.22.0",
"neutrino": "^9.5.0",
"webpack": "^4.44.1"
},
"peerDependencies": {
"neutrino": "^9.0.0",
"webpack": "^4.0.0",
"webpack-dev-server": "^3.0.0"
},
"engines": {
"node": ">=10",
"npm": ">=5.4.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"src",
"LICENSE",
"README.md",
"package.json"
]
}