UNPKG

2.32 kBJSONView Raw
1{
2 "name": "@builder.io/shopify",
3 "version": "1.1.36",
4 "main": "./dist/index.js",
5 "types": "./dist/index.d.ts",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/BuilderIO/builder"
9 },
10 "license": "MIT",
11 "scripts": {
12 "build": "tsc --module commonjs && rollup -c rollup.config.js",
13 "start": "npm run watch",
14 "watch": "concurrently 'tsc -w --module commonjs' 'rollup -c rollup.config.js -w'",
15 "release": "npm run build && npm publish",
16 "release:patch": "npm run build && npm version patch && npm publish",
17 "release:dev": "npm run build && npm version prerelease --no-git-tag-version && npm publish --tag dev",
18 "test": "jest"
19 },
20 "devDependencies": {
21 "@babel/core": "^7.5.5",
22 "@babel/helper-plugin-utils": "^7.0.0",
23 "@builder.io/react": "^1.0.105",
24 "@types/clean-css": "^4.2.1",
25 "@types/csso": "^3.5.1",
26 "@types/dedent": "^0.7.0",
27 "@types/fs-extra-promise": "^1.0.8",
28 "@types/jest": "^24.0.18",
29 "@types/json-stringify-safe": "^5.0.0",
30 "@types/lodash": "^4.14.137",
31 "@types/node": "^12.7.2",
32 "@types/prettier": "^1.18.2",
33 "@types/react": "^16.9.16",
34 "concurrently": "^5.0.1",
35 "fs-extra-promise": "^1.0.1",
36 "jest": "^24.9.0",
37 "jest-raw-loader": "^1.0.1",
38 "react": "^16.12.0",
39 "rollup": "^1.20.0",
40 "rollup-plugin-alias": "^1.5.2",
41 "rollup-plugin-commonjs": "^10.0.2",
42 "rollup-plugin-json": "^4.0.0",
43 "rollup-plugin-node-builtins": "^2.1.2",
44 "rollup-plugin-node-globals": "^1.4.0",
45 "rollup-plugin-node-resolve": "^5.2.0",
46 "rollup-plugin-sourcemaps": "^0.4.2",
47 "rollup-plugin-typescript": "^1.0.1",
48 "rollup-plugin-typescript2": "^0.22.1",
49 "rollup-plugin-uglify": "^6.0.2",
50 "ts-jest": "^24.0.2"
51 },
52 "dependencies": {
53 "@builder.io/sdk": "^1.0.55",
54 "@glimmer/syntax": "^0.42.1",
55 "axios": "^0.19.0",
56 "axios-cache-adapter": "^2.5.0",
57 "clean-css": "^4.2.1",
58 "csso": "^3.5.1",
59 "dedent": "^0.7.0",
60 "handlebars": "^4.3.3",
61 "json-stringify-safe": "^5.0.1",
62 "liquidjs": "^9.6.0",
63 "lodash": "^4.17.15",
64 "node-fetch": "^2.6.0",
65 "prettier": "^1.18.2",
66 "tslib": "^1.10.0",
67 "typescript": "3.7.0-beta",
68 "vue-template-compiler": "^2.6.10"
69 },
70 "gitHead": "5c9d2e91d9e2ab17f7be0f028c455d9300a2fa6c"
71}