-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.24 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": "argos-sdk",
"version": "4.4.0",
"repository": {
"type": "git",
"url": "https://github.com/Saleslogix/argos-sdk"
},
"scripts": {
"test": "grunt --force test",
"build": "babel src --out-dir src-out",
"build:watch": "babel src --out-dir src-out --watch",
"less": "grunt less",
"lint": "eslint ./src",
"lint-fix": "eslint --fix ./src",
"watch": "yarn run build:watch"
},
"devDependencies": {
"antlr4": "^4.8.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-without-strict": "^0.0.4",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"eslint": "^7.27.0",
"grunt": "^1.5.3",
"grunt-argos-deps": "git+https://[email protected]/Saleslogix/grunt-argos-deps.git#v0.1.5",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-jasmine": "^2.2.0",
"grunt-contrib-less": "2.1.0",
"grunt-shell": "^3.0.1"
},
"dependencies": {}
}