-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 862 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 862 Bytes
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
{
"name": "tradingview",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@tradingview/jquery": "~1.7.2",
"babel-core": "^6.16.0",
"babel-eslint": "8.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.16.0",
"backbone": "1.2.1",
"backbone-events-standalone": "0.2.7",
"install": "^0.11.0",
"npm": "^6.1.0",
"ts-loader": "4.4.1",
"typescript": "2.9.1",
"webpack": "^4.12.0",
"webpack-cli": "^2.1.2",
"webpack-dev-server": "^3.1.4"
},
"scripts": {
"webpack": "node --max-old-space-size=4096 ./node_modules/webpack/bin/webpack --progress",
"start": "webpack-dev-server"
}
}