-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.69 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
{
"name": "vue-example",
"version": "1.0.0",
"description": "Simple Vue example of how to use Poool SDK",
"main": "index.js",
"repository": "https://github.com/p3ol/react-example.git",
"author": "Nicolas Auger <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-object-rest-spread": "7.15.6",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-transform-runtime": "7.15.0",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"@vue/babel-preset-app": "4.5.13",
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-eslint": "4.5.13",
"@vue/cli-service": "4.5.13",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"eslint": "7.32.0",
"eslint-config-fbjs": "3.1.1",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-flowtype": "5.9.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-relay": "1.8.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.3.2",
"webpack": "5.52.0",
"webpack-cli": "4.8.0",
"webpack-dev-server": "3.11.2"
},
"dependencies": {
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"asn1.js": "5.4.1",
"bootstrap": "4.6.0",
"buffer": "6.0.3",
"crypto-browserify": "3.12.0",
"html-loader": "2.1.2",
"jquery": "3.6.0",
"stream-browserify": "3.0.0",
"vue": "2.6.14",
"vue-loader": "15.9.8",
"vue-router": "3.5.2",
"vue-template-compiler": "2.6.14"
},
"scripts": {
"start": "node_modules/.bin/webpack serve --config ./webpack.config.js --inline"
}
}