-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
42
43
44
{
"name": "ngx-example",
"version": "1.0.0",
"description": "Simple Angular 2-11 example of how to use Poool SDK",
"main": "app/index.js",
"repository": "https://github.com/p3ol/ngx-example.git",
"author": "Ugo Stephant <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.15",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/preset-env": "7.14.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"eslint-config-fbjs": "3.1.1",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-flowtype": "5.7.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-relay": "1.8.2",
"html-webpack-plugin": "5.3.1",
"webpack": "5.36.2",
"webpack-cli": "4.6.0",
"webpack-dev-server": "3.11.2"
},
"dependencies": {
"@angular/common": "11.2.13",
"@angular/compiler": "11.2.13",
"@angular/core": "11.2.13",
"@angular/platform-browser": "11.2.13",
"@angular/platform-browser-dynamic": "11.2.13",
"@angular/router": "11.2.13",
"@babel/runtime-corejs3": "7.14.0",
"core-js": "3.12.0",
"rxjs": "7.0.0",
"tslib": "2.4.0",
"zone.js": "0.11.4"
},
"scripts": {
"start": "./node_modules/.bin/webpack serve --config ./webpack.config.js"
}
}