-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.38 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
{
"name": "laravel-panneau",
"private": true,
"description": "",
"main": "/src/resources/assets/js/index.js",
"scripts": {
"clean:panneau": "rm -rf ./src/vendor/",
"clean": "npm run clean:panneau",
"copy:panneau": "cp -R ./node_modules/panneau/dist/ ./src/vendor/",
"copy:translations": "node -r babel-register ./scripts/copyTranslations.js",
"copy": "npm run copy:panneau && npm run copy:translations",
"build": "npm run copy",
"prepare": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Folkloreatelier/laravel-panneau.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Folkloreatelier/laravel-panneau/issues"
},
"homepage": "https://github.com/Folkloreatelier/laravel-panneau#readme",
"dependencies": {
"panneau": "^0.4.37"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-react": "^7.10.0",
"glob": "^7.1.2",
"mkdirp": "^0.5.1"
}
}