forked from rapidjs/rapidjs.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.31 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.31 KB
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
{
"private": true,
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"ava": "^0.18.1",
"axios": "^0.15.3",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bulma": "^0.3.1",
"clipboard": "^1.5.16",
"flat": "^2.0.1",
"laravel-echo": "^1.2.1",
"laravel-mix": "^1.4.5",
"moment": "^2.17.1",
"node-sass": "^4.3.0",
"nyc": "^10.1.2",
"pluralize": "^3.1.0",
"pusher-js": "^4.0.0",
"qs": "^6.3.0",
"sinon": "^1.17.7",
"stack-trace": "0.0.9",
"tinymce": "^4.5.2",
"vue-echo": "^0.1.2",
"vue-router": "^2.1.1"
},
"dependencies": {
"algoliasearch": "^3.21.1",
"autocomplete.js": "^0.27.0",
"babel-runtime": "^6.22.0",
"jquery": "^3.2.1",
"lodash.defaultsdeep": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.isarray": "^4.0.0",
"lodash.kebabcase": "^4.1.1",
"particles.js": "^2.0.0",
"prismjs": "^1.6.0",
"rapid.js": "0.0.10",
"vue": "^2.4.4",
"vue-select": "^2.1.0",
"vue-switches": "^2.0.1"
},
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
},
"name": "rapidjs",
"description": "<p align=\"center\"><img src=\"https://laravel.com/assets/img/components/logo-laravel.svg\"></p>",
"version": "1.0.0",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drewjbartlett/rapidjs.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/drewjbartlett/rapidjs.io/issues"
},
"homepage": "https://github.com/drewjbartlett/rapidjs.io#readme"
}