-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.76 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": "abstractconnect",
"version": "1.2.2",
"description": "connect designs managed in abstract to your code",
"main": "dist/main.js",
"publishConfig": { "registry": "https://registry.npmjs.org/" },
"repository": {
"type": "git",
"url": "https://github.com/MichaelZaporozhets/abstractconnect"
},
"scripts": {
"start": "node -r esm src/index.js",
"build": "rm -rf dist/* && webpack && yarn fixACLIPath",
"fixACLIPath": "mkdir -p dist && rm -rf dist/bin && mkdir dist/bin && ln -s $(pwd)/node_modules/@elasticprojects/abstract-cli/bin/abstract-cli $(pwd)/dist/bin/abstract-cli",
"install": "npm run fixACLIPath",
"test": "jest --coverage --verbose --silent --runInBand",
"prepublishOnly": "yarn build"
},
"browser": {
"child_process": false
},
"dependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@elasticprojects/abstract-cli": "^3.5.3",
"abstract-sdk": "8.0.0-beta.11",
"serialize-javascript": "^3.1.0",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.0.6",
"babel-register": "^6.26.0",
"core-js": "^2.4.0",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"js-yaml": "^3.13.1",
"json-sass": "^1.3.5",
"json-to-scss": "^1.4.0",
"lodash": "4.17.19",
"minimatch": "3.0.2",
"sketch-constructor": "^1.21.2"
},
"devDependencies": {
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"webpack-cli": "^3.3.7",
"webpack": "^4.43.0",
"webpack-livereload-plugin": "^2.2.0"
},
"author": "Michael Zaporozhets",
"license": "ISC"
}