-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
76 lines (76 loc) · 2.56 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "piet",
"version": "1.1.1",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/webpack/bin/webpack.js && cp index-production.html ./build/index.html && cp -rf ./javascript ./build && cp -rf ./style ./build && cp -rf ./assets ./build && cp -rf ./examples ./build && cp ./favicon.ico ./build/",
"start": "node_modules/webpack-dev-server/bin/webpack-dev-server.js --output-public-path=/dist/ -d --watch",
"start-no-watch": "node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js --output-public-path=/dist/",
"start-no-dev": "node_modules/webpack/bin/webpack.js -w --output-public-path=/dist/ -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slockit/piet.git"
},
"author": "Heiko Burkhardt",
"license": "GPL v3.0",
"bugs": {
"url": "https://github.com/slockit/piet/issues"
},
"homepage": "https://github.com/slockit/piet#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/backbone": "^1.3.42",
"@types/bignumber.js": "^4.0.3",
"@types/core-js": "^0.9.43",
"@types/jquery": "^3.2.17",
"@types/query-string": "^6.1.1",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.0.2",
"@types/react-syntax-highlighter": "^11.0.0",
"@types/solidity-parser-antlr": "^0.2.1",
"@types/underscore": "^1.8.5",
"@types/write-json-file": "^2.2.1",
"source-map-loader": "^0.2.3",
"tslint": "^5.8.0",
"tslint-microsoft-contrib": "^5.0.1",
"tslint-react-hooks": "^2.2.1",
"typescript": "^2.6.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"@sentry/browser": "^5.5.0",
"axios": "^0.18.0",
"bignumber.js": "^9.0.0",
"brace": "^0.11.1",
"csv-parse": "^2.2.0",
"ethereumjs-util": "^6.2.0",
"file-saver": "^2.0.2",
"highlight.js": "^9.12.0",
"in3": "^1.1.43",
"jointjs": "^2.2.1",
"jquery": "^3.3.1",
"json-format": "^1.0.1",
"popper.js": "^1.15.0",
"promise-file-reader": "^1.0.0",
"query-string": "^6.2.0",
"react": "^16.9.0",
"react-ace": "^7.0.2",
"react-dom": "^16.9.0",
"react-inlinesvg": "^0.7.4",
"react-json-tree": "^0.11.0",
"react-markdown": "^4.0.9",
"react-router-dom": "^4.2.2",
"react-split-pane": "^0.1.77",
"react-syntax-highlighter": "^11.0.2",
"react-treebeard": "^2.1.0",
"solidity-parser-antlr": "^0.4.11",
"ts-loader": "^5.3.0",
"web3": "1.2.6"
}
}