-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "cartfox",
"version": "1.0.0",
"description": "An in progress ajax cart and queue for Shopify.",
"main": "cartfox.js",
"scripts": {
"prebuild": "del-cli dist -f",
"build": "webpack",
"server": "http-server ./dist",
"start": "npm run build -s && npm run server -s"
},
"keywords": [],
"author": "Allan Armstrong <allan@hit3k.net>",
"license": "GPL-3.0+",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.1",
"babel-runtime": "^6.23.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"del-cli": "^0.2.1",
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.9.0",
"transform-runtime": "0.0.0",
"webpack": "^2.2.1"
},
"dependencies": {
"handlebars": "^4.0.6",
"jquery": "^3.2.1"
},
"repository": "https://github.com/Elkfox/cartfox.git"
}