UNPKG

2.55 kBJSONView Raw
1{
2 "name": "@builder.io/shopify",
3 "version": "1.1.41",
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.7.7",
22 "@babel/helper-plugin-utils": "^7.0.0",
23 "@babel/preset-env": "^7.7.7",
24 "@builder.io/react": "^1.0.108",
25 "@testing-library/react": "^9.4.0",
26 "@types/clean-css": "^4.2.1",
27 "@types/csso": "^3.5.1",
28 "@types/dedent": "^0.7.0",
29 "@types/fs-extra-promise": "^1.0.8",
30 "@types/jest": "^24.0.24",
31 "@types/json-stringify-safe": "^5.0.0",
32 "@types/lodash": "^4.14.137",
33 "@types/node": "^12.7.2",
34 "@types/prettier": "^1.18.2",
35 "@types/react": "^16.9.16",
36 "babel-jest": "^24.9.0",
37 "concurrently": "^5.0.2",
38 "core-decorators": "^0.20.0",
39 "fs-extra-promise": "^1.0.1",
40 "jest": "^24.9.0",
41 "jest-cli": "^24.9.0",
42 "jest-raw-loader": "^1.0.1",
43 "prettier": "^1.19.1",
44 "react": "^16.12.0",
45 "rollup": "^1.27.13",
46 "rollup-plugin-alias": "^1.5.2",
47 "rollup-plugin-commonjs": "^10.0.2",
48 "rollup-plugin-json": "^4.0.0",
49 "rollup-plugin-node-builtins": "^2.1.2",
50 "rollup-plugin-node-globals": "^1.4.0",
51 "rollup-plugin-node-resolve": "^5.2.0",
52 "rollup-plugin-sourcemaps": "^0.4.2",
53 "rollup-plugin-typescript": "^1.0.1",
54 "rollup-plugin-typescript2": "^0.22.1",
55 "rollup-plugin-uglify": "^6.0.2",
56 "ts-jest": "^24.2.0",
57 "typescript": "^3.7.3"
58 },
59 "dependencies": {
60 "@builder.io/sdk": "^1.0.57",
61 "@emotion/core": "^10.0.27",
62 "@emotion/styled": "^10.0.27",
63 "@glimmer/syntax": "^0.42.1",
64 "axios": "^0.19.0",
65 "axios-cache-adapter": "^2.5.0",
66 "clean-css": "^4.2.1",
67 "csso": "^3.5.1",
68 "dedent": "^0.7.0",
69 "handlebars": "^4.3.3",
70 "json-stringify-safe": "^5.0.1",
71 "liquidjs": "^9.6.0",
72 "lodash": "^4.17.15",
73 "node-fetch": "^2.6.0",
74 "tslib": "^1.10.0",
75 "vue-template-compiler": "^2.6.10"
76 },
77 "gitHead": "983d42bde9633914f9bde8af08076b4e14d97fbd"
78}