-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.41 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
{
"description": "Enonic XP Starter React",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-loader": "^8.0.4",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-array-includes": "^2.0.3",
"babel-standalone": "^6.26.0",
"bootstrap": "^3.3.7",
"browser-sync": "^2.24.7",
"copy-webpack-plugin": "^4.5.2",
"core-js": "^2.5.7",
"es6-map": "^0.1.5",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"exports-loader": "^0.7.0",
"glob": "^7.1.3",
"global": "^4.3.2",
"imports-loader": "^0.8.0",
"react": "^16.5.2",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.5.2",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"webpack-polyfills-plugin": "^0.2.0"
},
"engines": {
"node": "^8.12.0",
"npm": "^6.2.1",
"yarn": "1.10.1"
},
"engineStrict": false,
"license": "Apache-2.0",
"name": "starter-react",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/comlock/enonic-xp-starter-react"
},
"scripts": {
"add": "npm run yarn -- add",
"add:dev": "npm run add -- --dev",
"build": "./gradlew build;",
"clean": "./gradlew clean;",
"deploy": "npm run install-app -- -a su:password -f build/libs/$npm_package_name-$npm_package_version.jar;",
"eslint": "node_modules/.bin/eslint",
"install-app": "npm run toolbox -- install-app",
"preyarn": "./gradlew yarnSetup",
"sync": "browser-sync start --proxy 'localhost:8080' --files src",
"tasks": "./gradlew -q tasks --all",
"toolbox": "$XP_INSTALL/toolbox/toolbox.sh",
"watch": "./gradlew -t build",
"webpack": "node_modules/webpack-cli/bin/webpack.js",
"xp": "$XP_INSTALL/bin/server.sh;",
"xp:dev": "$XP_INSTALL/bin/server.sh dev;",
"yarn": "./.gradle/yarn/yarn-v${npm_package_engines_yarn}/bin/yarn"
},
"version": "0.1.0-SNAPSHOT"
}