-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.76 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
{
"name": "@resource-sentry/demo-simple-navigator",
"version": "1.0.0",
"description": "Demonstration of Resource Sentry. Simple super hero navigation tool.",
"main": "./src/index.js",
"scripts": {
"build-style": "node-sass ./style/main.scss ./dist/style.css --importer=node_modules/node-sass-tilde-importer",
"start": "webpack --colors --progress --watch --mode=development",
"test": "echo \"Error: no test specified\" && exit 1",
"watch-resources": "resource-sentry",
"watch-style": "npm run build-style && npm run build-style -- -w"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/resource-sentry/demo-simple-navigator.git"
},
"keywords": [
"demo",
"resource-sentry",
"resources",
"svg",
"data"
],
"author": "Nicolas Siver",
"license": "MIT",
"bugs": {
"url": "https://github.com/resource-sentry/demo-simple-navigator/issues"
},
"homepage": "https://github.com/resource-sentry/demo-simple-navigator#readme",
"devDependencies": {
"@resource-sentry/core": "^1.1.0",
"@resource-sentry/reader-json": "^1.0.0",
"@resource-sentry/reader-svg": "^1.0.0",
"@resource-sentry/writer-es2015": "^1.1.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.2.2",
"node-sass": "^4.9.0",
"node-sass-tilde-importer": "^1.0.2",
"vue-loader": "^15.0.11",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
},
"dependencies": {
"bulma": "^0.7.1",
"bulmaswatch": "^0.6.2",
"vue": "^2.5.16",
"vuex": "^3.0.1"
}
}