CCM NG: Updated NPM dependencies for the ccm-editor

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5426 8810af33-2d31-482b-a856-94f89814c4df
pull/2/head
jensp 2018-05-11 17:14:22 +00:00
parent d78c4f5689
commit e917b0be09
4 changed files with 1912 additions and 17 deletions

1895
ccm-editor/package-lock.json generated 100644

File diff suppressed because it is too large Load Diff

View File

@ -9,15 +9,15 @@
"author": "Jens Pelzetter",
"license": "GPL-3.0",
"dependencies": {
"font-awesome": "^4.7.0",
"requirejs": "^2.3.5",
"requirejs-domready": "^2.0.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-ts": "^6.0.0-beta.17",
"typescript": "^2.6.2"
}
"font-awesome": "^4.7.0",
"requirejs": "^2.3.5",
"requirejs-domready": "^2.0.3"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-ts": "^6.0.0-beta.19",
"typescript": "^2.8.3"
}
}

View File

@ -53,7 +53,7 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v6.12.3</nodeVersion>
<nodeVersion>v8.11.1</nodeVersion>
</configuration>
</execution>
<execution>

View File

@ -1,10 +1,10 @@
{
"compilerOptions": {
"rootDirs": [
"./src/main/typescript/ccm-editor"
],
"module": "amd",
"moduleResolution": "node",
"traceResolution": true
}
},
"include": [
"src/main/typescript/**/*"
]
}