forked from networkteam/Networkteam.Neos.ShopwareIntegration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1005 Bytes
/
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
{
"name": "neos-shopwareintegration",
"version": "1.0.0",
"description": "",
"basePackageName": "base.package",
"scripts": {
"build": "npm run webpack",
"build:dev": "npm run webpack:dev",
"start": "npm run webpack:watch",
"test": "npm run webpack:test",
"test-watch": "npm run webpack:test-watch",
"webpack": "networkteam-asset-build prod --basePackage '.'",
"webpack:dev": "networkteam-asset-build dev --basePackage '.'",
"webpack:watch": "networkteam-asset-build watch --basePackage '.'",
"webpack:test": "networkteam-asset-build test --basePackage '.'",
"webpack:test-watch": "networkteam-asset-build test-watch --basePackage '.'"
},
"author": "networkteam",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-habitat": "^1.0.1"
},
"devDependencies": {
"@networkteam/frontend-scripts": "^3.0",
"eslint-plugin-react": "^7.20.6",
"prettier": "^2.0.5"
}
}