-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 986 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
39
40
{
"name": "pericles",
"version": "1.0.0",
"engines": {
"node": ">=10.13.0 <11.0.0",
"npm": "4.2.0"
},
"description": "== README",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/applidium/pericles.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@rails/webpacker": "4.3.0",
"core-js": "^2.5.3",
"json-schema-faker": "git+https://github.com/json-schema-faker/json-schema-faker.git#a6a6635b055b1d20ba24ec23e89f00e87a91fd08",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"underscore": "^1.8.3",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-markdown": "^2.2.4",
"vue-select": "^2.4.0",
"vue-svg-loader": "^0.12.0",
"vue-template-compiler": "^2.6.10"
},
"devDependencies": {
"webpack-dev-server": "^3.11.2"
}
}