-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.26 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
{
"name": "selfie-react-project",
"version": "1.0.0",
"description": "Selfie Project with React",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"copy-webpack-plugin": "4.6.0",
"liferay-npm-build-support": "^2.22.1",
"liferay-npm-bundler": "^2.22.1",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
"webpack-dev-server": "3.2.1"
},
"dependencies": {
"@clayui/button": "^3.4.0",
"@clayui/css": "^3.23.0",
"@clayui/icon": "^3.0.5",
"@clayui/layout": "^3.2.0",
"core-js": "^3.8.3",
"react": "16.8.6",
"react-dom": "16.8.6",
"regenerator-runtime": "^0.13.7"
},
"scripts": {
"build": "babel --source-maps -d build src && npm run copy-assets && liferay-npm-bundler",
"copy-assets": "lnbs-copy-assets",
"translate": "lnbs-translate",
"deploy": "npm run build && lnbs-deploy",
"start": "lnbs-start"
},
"portlet": {
"com.liferay.portlet.display-category": "category.tools",
"com.liferay.portlet.header-portlet-css": "/css/styles.css",
"com.liferay.portlet.instanceable": true,
"javax.portlet.name": "selfiereactproject",
"javax.portlet.security-role-ref": "power-user,user",
"javax.portlet.resource-bundle": "content.Language"
},
"main": "index.js"
}