forked from BossaDev/atomic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.91 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
{
"name": "scratch-blocks",
"version": "0.1.0",
"description": "Scratch Blocks is a library for building creative computing interfaces.",
"author": "Massachusetts Institute of Technology",
"license": "Apache-2.0",
"homepage": "https://github.com/LLK/scratch-blocks#readme",
"repository": {
"type": "git",
"url": "https://github.com/LLK/scratch-blocks.git"
},
"main": "./dist/vertical.js",
"browser": "./shim/vertical.js",
"scripts": {
"deploy": "rimraf gh-pages/closure-library/scripts/ci/CloseAdobeDialog.exe && gh-pages -t -d gh-pages -m \"Build for $(git log --pretty=format:%H -n1)\"",
"prepublish": "python build.py && webpack",
"test:unit": "node tests/jsunit/test_runner.js",
"test:lint": "eslint .",
"test:messages": "npm run translate && node i18n/test_scratch_msgs.js",
"test": "npm run test:lint && npm run test:messages && npm run test:unit",
"version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\""
},
"dependencies": {
"@studydefi/money-legos": "^2.1.0",
"@uniswap/v2-core": "^1.0.1",
"ethers": "^4.0.47",
"exports-loader": "0.6.3",
"imports-loader": "0.6.5"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.3.2",
"@nomiclabs/buidler-ethers": "^1.3.2",
"async": "2.6.0",
"chai": "^4.2.0",
"chromedriver": "^75.0",
"copy-webpack-plugin": "4.5.1",
"eslint": "^4.16",
"event-stream": "3.3.4",
"ganache-core": "^2.10.2",
"gh-pages": "0.12.0",
"glob": "7.1.2",
"google-closure-compiler": "20180402.0.0",
"google-closure-library": "20180204.0.0",
"graceful-fs": "4.1.11",
"json": "9.0.4",
"rimraf": "2.6.2",
"scratch-l10n": "^3.8.20200325112845",
"selenium-webdriver": "^4.0.0-alpha.1",
"transifex": "1.6.6",
"travis-after-all": "1.4.4",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.1"
}
}