-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 KB
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
{
"name": "angularjs-example",
"version": "1.0.0",
"description": "Simple Angular 1 example of how to use Poool SDK",
"main": "app/index.js",
"repository": "https://github.com/p3ol/angularjs-example.git",
"author": "Ugo Stephant <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/plugin-transform-runtime": "7.11.5",
"@babel/preset-env": "7.11.5",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-angularjs-annotate": "0.10.0",
"eslint": "7.32.0",
"eslint-config-fbjs": "3.1.1",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-flowtype": "5.10.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-relay": "1.8.3",
"html-webpack-plugin": "4.5.0",
"webpack": "4.46.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.3"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.9.6",
"angular": "^1.7.9",
"angular-route": "^1.7.9",
"core-js": "^3.6.5"
},
"scripts": {
"start": "node_modules/.bin/webpack-dev-server --config ./webpack.config.js --hot --inline --open"
}
}